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