JavaCompilerCore/examples/hoti/Import.jav

10 lines
152 B
Plaintext
Raw Normal View History

2013-10-18 11:33:46 +00:00
package none;
import de.dhbwstuttgart.typeinference.Menge;
2013-10-18 11:33:46 +00:00
import java.util.Stack;
public class Test{
test(Menge<String> x){
2013-10-18 11:33:46 +00:00
x.addElement("");
}
}