JavaTXCompilerInJavaTX/test/strucTypes3/StructuralTypesSimpleSkript.jav

8 lines
67 B
Plaintext
Raw Normal View History

2017-04-03 00:34:43 +00:00
class A {
mt(x,y,z) { return x.sub(y).add(z); }
2017-04-03 00:34:43 +00:00
}