JavaCompilerCore/test/plugindevelopment/MartinTestCases/UnifyTest1.jav

12 lines
177 B
Plaintext
Raw Normal View History

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