JavaTXCompilerInJavaTX/test/plugindevelopment/MartinTestCases/Matrix_lambda.jav

5 lines
77 B
Plaintext
Raw Normal View History

2015-09-23 20:17:41 +00:00
import java.util.Vector;
2014-06-10 18:23:01 +00:00
2015-09-23 20:17:41 +00:00
class Matrix {
op = (m) -> (f) -> f.apply(m);
2014-06-10 18:23:01 +00:00
}