JavaPatternMatching/test/bytecode/DuMethod.jav
2017-11-29 14:45:15 +01:00

11 lines
84 B
Java

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