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