JavaTXCompilerInJavaTX/test/plugindevelopment/MartinTestCases/UsecaseThree_pl.jav
2014-04-23 17:59:59 +02:00

9 lines
89 B
Java
Executable File

class UsecaseThree_pl<A> {
foo() {
c;
c = new Vector<A>();
return c;
}
}