JavaCompilerCore/test/javFiles/mathStruc.jav
2017-08-22 16:45:28 +02:00

14 lines
186 B
Java

class mathStruc<A> {
a;
mathStruc(A a) { }
A model(){ A a; return a; }
methode(){
auto innerOp = o -> ms ->
new mathStruc<A>(o.apply(this.model(),ms.model()));
return innerOp;
}
}