JavaTXCompilerInJavaTX/test/bytecode/MethodEmptyRetType.jav

7 lines
64 B
Plaintext
Raw Normal View History

2015-06-18 09:17:42 +00:00
class MethodEmptyRetType{
Object method() { return null; }
}