forked from JavaTX/JavaCompilerCore
6 lines
58 B
Plaintext
6 lines
58 B
Plaintext
|
|
||
|
class A {
|
||
|
mt(x, y, z) { return x.sub(y).add(z); }
|
||
|
}
|
||
|
|