forked from JavaTX/JavaCompilerCore
12 lines
85 B
Plaintext
12 lines
85 B
Plaintext
|
public class FieldTph2 {
|
||
|
a;
|
||
|
|
||
|
m(b){
|
||
|
b = a;
|
||
|
return b;
|
||
|
}
|
||
|
|
||
|
m2(c){
|
||
|
a = c;
|
||
|
}
|
||
|
}
|