JavaTXCompilerInJavaTX/examples/hoti/Import.jav

10 lines
133 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
package none;
import java.util.Vector;
import java.util.Stack;
public class Test{
test(Vector<String> x){
x.addElement("");
}
}