14 lines
163 B
Plaintext
Raw Normal View History

import de.dhbwstuttgart.typeinference.Menge;
2013-10-18 13:33:46 +02:00
class UsecaseTen_pl<A> {
Menge<Integer> c;
2013-10-18 13:33:46 +02:00
foo1() {
a;
b;
a = b.c.elementAt(1);
return b;
}
}