JavaTXCompilerInJavaTX/test/plugindevelopment/MartinTestCases/UsecaseFive_pl.jav

9 lines
112 B
Plaintext
Raw Normal View History

2014-04-23 15:59:59 +00:00
class UsecaseFive_pl<A> {
foo() {
Vector<Integer> c;
c = new Vector<Integer>() ;
return c;
}
}