forked from JavaTX/JavaCompilerCore
16 lines
145 B
Plaintext
16 lines
145 B
Plaintext
|
class Field {
|
||
|
|
||
|
TPH JBCG x;
|
||
|
Field(){
|
||
|
super(());
|
||
|
this.x = 5;
|
||
|
}
|
||
|
TPH JBCJ m(){
|
||
|
return this.x;
|
||
|
}
|
||
|
|
||
|
Field(){
|
||
|
super(());
|
||
|
}
|
||
|
|
||
|
}
|