class Demo { public static void main(String[] args) { Runnable r = () -> () -> () -> {}; } }