JavaCompilerCore/test/javFiles/test1.jav
2017-08-23 17:26:59 +02:00

8 lines
61 B
Java

class Faculty {
int a;
m (int x) {
return a+x;
}
}