JavaCompilerCore/test/bytecode/Runnable.jav

5 lines
69 B
Java

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