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