JavaCompilerCore/test/plugindevelopment/MartinTestCases/Matrix_lambda.jav

5 lines
77 B
Java

import java.util.Vector;
class Matrix {
op = (m) -> (f) -> f.apply(m);
}