JavaCompilerCore/resources/bytecode/javFiles/test1.jav

8 lines
61 B
Plaintext
Raw Normal View History

2017-08-23 15:26:59 +00:00
class Faculty {
int a;
m (int x) {
return a+x;
}
}