mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
[java-completion] IDEA-305420 Complete statement does not work for switch expressions
GitOrigin-RevId: 0cd50d0ef1168b9bf637c8dcb0972f27d7ce2156
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4d1c5305ab
commit
b0b19ea5b5
@@ -0,0 +1,9 @@
|
||||
public class A {
|
||||
public static void main(String[] args) {
|
||||
switch (args[0]) {
|
||||
case String s -> {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user