12 lines
177 B
Plaintext
Raw Normal View History

import de.dhbwstuttgart.typeinference.Menge;
2014-04-23 17:59:59 +02:00
import java.util.Stack;
class Test {
public getValue(a){
String x;
a.add(x);
2014-04-23 17:59:59 +02:00
}
}