JavaTXCompilerInJavaTX/test/plugindevelopment/MartinTestCases/Matrix_lambda.jav

5 lines
139 B
Plaintext
Raw Normal View History

import de.dhbwstuttgart.typeinference.Menge;
2014-06-10 18:23:01 +00:00
class Matrix extends Menge<Menge<Integer>> {
2014-06-10 18:23:01 +00:00
op = (Matrix m) -> (f) -> f.apply(this, m);
}