mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-25 06:01:39 +07:00
07e6ec4678
GitOrigin-RevId: 1d9b8d6e4acab1a48e99370cf8a296e84309d7f2
7 lines
119 B
Java
7 lines
119 B
Java
// "Convert to local" "true-preview"
|
|
class Test {
|
|
|
|
private Runnable r = () -> {
|
|
String field = "foo";
|
|
}
|
|
} |