JavaCompilerCore/test/bytecode/Runnable.jav

5 lines
54 B
Java

class Runnable{
method() { return ()-> this; }
}