JavaTXCompilerInJavaTX/test/bytecode/DuMethod.jav

11 lines
84 B
Plaintext
Raw Normal View History

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