JavaTXCompilerInJavaTX/test/bytecode/javFiles/Field.jav
2018-10-25 12:26:56 +02:00

9 lines
80 B
Java

import java.lang.Integer;
public class Field {
x = 5;
m(){
return x;
}
}