forked from JavaTX/JavaCompilerCore
6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
|
class Matrix extends Vector<Vector<Integer>> {
|
||
|
method(){
|
||
|
op;
|
||
|
op = "test";
|
||
|
}
|
||
|
}
|