JavaTXCompilerInJavaTX/test/strucTypes/StructuralTypesSimple3.jav

17 lines
156 B
Plaintext
Raw Normal View History

2017-03-22 15:18:37 +00:00
class A {
A f1;
A f2;
mt1(x) { return x; }
//mt2(x) { return x.feld ; }
mt3(x,y,z) { return x.sub(y).add(z); }
}