JavaCompilerCore/test/bytecode/javFiles/DuMethod.jav

11 lines
86 B
Java

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