blob: 29be0de779ed45581c198238ac06d0a1f2678b84 [file] [log] [blame]
class Test {
private int _foo;
Test(int foo) {
_foo = foo;
}
}