5 lines
69 B
Java
Raw Normal View History

2015-09-22 18:43:36 +02:00
class Runnable{
Fun0<Runnable> method() { return ()-> this; }
}