JavaPatternMatching/test/bytecode/DuMethod.jav
Fayez Abu Alia 5f731bb09c letzte tests
2017-12-20 13:35:55 +01:00

11 lines
84 B
Java

public class DuMethod{
method(a){
return a;
}
method(a){
return a;
}
}