JavaPatternMatching/test/bytecode/DuMethod.jav
2018-01-31 14:16:20 +01:00

11 lines
86 B
Java

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