JavaTXCompilerInJavaTX/test/bytecode/Return.jav
2015-09-22 18:43:36 +02:00

8 lines
51 B
Java

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