JavaCompilerCore/examples/hoti/Simple2.jav

10 lines
156 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
import java.util.Stack;
class Simple2{
Vector<Integer> test(Boolean first){
x;
x=new Vector<Integer>();
x=new Stack<Integer>();
return(x);
}
}