mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 10:48:09 +07:00
java: disable split declaration & assignment inside classes/lambdas/switches
GitOrigin-RevId: bf3dbb61f0f7c69f9310e20931a16af0dda2050d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d6cc04e036
commit
e892dae139
@@ -0,0 +1,6 @@
|
||||
// "Split into declaration and assignment" "false"
|
||||
class Test {
|
||||
{
|
||||
Runnable r = () -> {<caret>};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user