forked from JavaTX/JavaCompilerCore
11 lines
104 B
Plaintext
11 lines
104 B
Plaintext
|
|
||
|
class A {
|
||
|
|
||
|
|
||
|
mt(x, y, z) { return x.sub(y).add(z); }
|
||
|
|
||
|
mt2( a, b) {return null; }
|
||
|
|
||
|
}
|
||
|
|