JavaCompilerCore/test/javFiles/Vector.jav

8 lines
80 B
Plaintext
Raw Normal View History

import java.util.Vector;
2017-05-19 15:40:47 +00:00
2018-02-19 03:47:10 +00:00
class MyVector{
2017-05-19 15:40:47 +00:00
id(x){
2018-03-13 00:57:21 +00:00
return (x.elementAt(0));
2017-05-19 15:40:47 +00:00
}
}