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