class Test { { String s = "hello"; Runnable r = () -> {Runnable rr = () -> System.out.println(s);}; } }