JavaTXCompilerInJavaTXNoMaven/lib/resources/bytecode/javFiles/VectorSuper.jav

11 lines
142 B
Plaintext
Raw Normal View History

import java.util.Vector;
import java.lang.Integer;
public class VectorSuper {
m(x){
Integer y = 1;
x.addElement(y);
//return x;
}
}