JavaPatternMatching/examples/hoti/Test3.jav

9 lines
137 B
Plaintext
Raw Normal View History

import de.dhbwstuttgart.typeinference.Menge;
2013-10-18 11:33:46 +00:00
public class Test3 {
public getValue(a,String y){
a.addElement(y);
return(y);
}
}