JavaTXCompilerInJavaTX/test/strucTypes/StructuralTypesSimple3.jav
2017-03-29 11:55:19 +02:00

17 lines
162 B
Java

class A {
A f1;
f2;
mt1(x1) { return x1; }
mt2(x2) { return x2.feld_von_x ; }
mt3(x,y,z) { return x.sub(y).add(z); }
}