JavaTXCompilerInJavaTX/test/bytecode/MethodEmptyRetType.jav

7 lines
64 B
Java

class MethodEmptyRetType{
Object method() { return null; }
}