9 lines
88 B
Plaintext
Raw Normal View History

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