JavaCompilerCore/test/bytecode/DuMethod.jav

11 lines
86 B
Plaintext
Raw Normal View History

2017-11-29 13:45:15 +00:00
public class DuMethod{
2017-12-14 20:20:57 +00:00
method(a,b){
2017-11-29 13:45:15 +00:00
return a;
}
method(a){
return a;
}
}