mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
[java-completion] Complete final and yield inside switch rule
GitOrigin-RevId: 643a7bf62a04c9eb35bf554f3f3f5cc648188cbe
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7ea7be6a8b
commit
2f83b31b86
@@ -0,0 +1,9 @@
|
||||
class Foo {
|
||||
public int foo(String str) {
|
||||
return switch (str) {
|
||||
case "x" -> {
|
||||
final <caret>
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user