blob: 743ffce2fb823ace34aff901e57d6abbd9679228 [file] [log] [blame]
class Test {
int ii = 1;
public int getIi() {
return ii;
}
}