JavaCompilerCore/examples/lambda/test1.jav

6 lines
81 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
class Matrix extends Vector<Vector<Integer>> {
method(){
op;
op = "test";
}
}