mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-15 23:06:53 +07:00
Also makes it so refactoring isn't called in write action and won't cause deadlocks. GitOrigin-RevId: 204fd9f9a0b2e942b1c9eb56b3d9938b2666d123
7 lines
117 B
Java
7 lines
117 B
Java
// "Convert to local" "true-preview"
|
|
class Test {
|
|
|
|
private Runnable r = () -> {
|
|
String field = "foo";
|
|
}
|
|
} |