JavaCompilerCore/test/bytecode/DuMethod.jav
Fayez Abu Alia 72fdf2dca8 merge
2017-12-14 21:20:57 +01:00

11 lines
86 B
Java

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