JavaTXCompilerInJavaTX/test/strucTypes/StructuralTypesSimple3.jav
sebastian 86ee358528 Dump
2017-03-22 16:18:37 +01:00

17 lines
156 B
Java

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); }
}