JavaPatternMatching/test/plugindevelopment/MartinTestCases/UsecaseOne_pl.jav

21 lines
223 B
Plaintext
Raw Normal View History

2014-04-23 15:59:59 +00:00
import java.util.Vector;
class UsecaseOne_pl<A> {
A x;
foo(bar){
bar = true;
return 1;
}
/*
foo1(a) {
c;
c = new Vector<A>();
b;
b = new UsecaseOne_pl<A>();
return c.addElement(a);
}
*/
}