JavaTXCompilerInJavaTX/test/bytecode/Return.jav
2015-08-27 13:36:14 +02:00

8 lines
51 B
Java

class Return{
Integer method() {
return 5;
}
}