JavaPatternMatching/test/bytecode/Runnable.jav

5 lines
54 B
Plaintext
Raw Normal View History

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