JavaPatternMatching/test/bytecode/MethodEmptyRetType.jav
2015-06-18 11:17:42 +02:00

7 lines
64 B
Java

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