// "Convert to local" "true-preview" class Test { private String field; private Runnable r = () -> { field = "foo"; } }