mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-23 04:27:40 +07:00
e892dae139
GitOrigin-RevId: bf3dbb61f0f7c69f9310e20931a16af0dda2050d
6 lines
107 B
Java
6 lines
107 B
Java
// "Split into declaration and assignment" "false"
|
|
class Test {
|
|
{
|
|
Runnable r = () -> {<caret>};
|
|
}
|
|
} |