JavaCompilerCore/test/bytecode/DuMethod.jav

11 lines
84 B
Plaintext
Raw Normal View History

2017-11-29 13:45:15 +00:00
public class DuMethod{
2017-12-20 12:35:55 +00:00
method(a){
2017-11-29 13:45:15 +00:00
return a;
}
method(a){
return a;
}
}