JavaTXCompilerInJavaTX/test/strucTypes/StructuralTypes.jav

11 lines
104 B
Plaintext
Raw Normal View History

2017-03-15 10:01:42 +00:00
class A {
mt(x, y, z) { return x.sub(y).add(z); }
mt2( a, b) {return null; }
}