JavaTXCompilerInJavaTX/app/resources/bytecode/javFiles/FieldTph2.jav

12 lines
85 B
Plaintext
Raw Permalink Normal View History

2023-01-10 13:22:05 +00:00
public class FieldTph2 {
a;
m(b){
b = a;
return b;
}
m2(c){
a = c;
}
}