JavaTXCompilerInJavaTX/test/strucTypes/StructuralTypesSimple3.jav

17 lines
162 B
Plaintext
Raw Normal View History

2017-03-22 15:18:37 +00:00
class A {
A f1;
2017-03-29 09:55:19 +00:00
f2;
2017-03-22 15:18:37 +00:00
2017-03-29 09:55:19 +00:00
mt1(x1) { return x1; }
2017-03-22 15:18:37 +00:00
2017-03-29 09:55:19 +00:00
mt2(x2) { return x2.feld_von_x ; }
2017-03-22 15:18:37 +00:00
mt3(x,y,z) { return x.sub(y).add(z); }
}