blob: 3b3c4ac48e046760e5a19f7200b10c24db6030f8 [file] [log] [blame]
class Test {
private int _foo;
public Test(int foo) {
_foo = foo;
}
}