class Test { Runnable r = () -> { int i = 0; i = 1; System.out.println(i); }; }