blob: 7cc867d13978d1268ea4766097a6a5b606d5b601 [file] [log] [blame]
class Test {
int myT;
public int getMyT() {
return myT;
}
}