class LambdaExpr { void method() { Runnable r1 = () -> System.out.println("Hello world two!"); } }