mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-23 19:42:48 +07:00
059257aec5
GitOrigin-RevId: 62aa30ecb2fa401534fe71fc5960863f19aa068d
7 lines
119 B
Java
7 lines
119 B
Java
// "Convert to local" "true-preview"
|
|
class Test {
|
|
|
|
private Runnable r = () -> {
|
|
String field = "foo";
|
|
}
|
|
} |