forked from JavaTX/JavaCompilerCore
10 lines
156 B
Plaintext
10 lines
156 B
Plaintext
|
import java.util.Stack;
|
||
|
|
||
|
class Simple2{
|
||
|
Vector<Integer> test(Boolean first){
|
||
|
x;
|
||
|
x=new Vector<Integer>();
|
||
|
x=new Stack<Integer>();
|
||
|
return(x);
|
||
|
}
|
||
|
}
|