JavaTXCompilerInJavaTX/test/plugindevelopment/MartinTestCases/UsecaseThree_pl.jav

9 lines
89 B
Plaintext
Raw Normal View History

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