JavaTXCompilerInJavaTX/test/plugindevelopment/MartinTestCases/Matrix3.jav

7 lines
109 B
Plaintext
Raw Permalink Normal View History

2015-01-02 11:46:29 +00:00
import java.util.Vector;
class Matrix3 extends Vector<Vector<Integer>> {
op = (f) -> f.apply(this);
}