JavaCompilerCore/resources/bytecode/javFiles/test1.jav

8 lines
61 B
Java

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