// "Move assignment to field declaration" "true" public class Main { int i = 1; public void test() { Runnable r = () -> { }; } }