JavaTXCompilerInJavaTX/test/bytecode/Return.jav

8 lines
51 B
Plaintext
Raw Normal View History

2015-08-27 11:36:14 +00:00
class Return{
2015-07-14 12:49:46 +00:00
2015-08-27 11:36:14 +00:00
Integer method() {
2015-09-22 16:43:36 +00:00
return 6;
2015-07-14 12:49:46 +00:00
}
}