14 lines
163 B
Plaintext
Raw Normal View History

import de.dhbwstuttgart.typeinference.Menge;
2014-04-23 17:59:59 +02:00
class UsecaseTen_pl<A> {
Menge<Integer> c;
2014-04-23 17:59:59 +02:00
foo1() {
a;
b;
a = b.c.elementAt(1);
return b;
}
}