mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[tests] renames new switch completion test and test data
GitOrigin-RevId: 0df47babf3095049c85b7acb0feedbf5d70dc205
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f5cb5a77a7
commit
2ac6446259
+8
@@ -0,0 +1,8 @@
|
||||
public class ConstConfig {
|
||||
int test(int x) {
|
||||
return switch (x) {
|
||||
case 1:
|
||||
if (Math.random() > 0.5) yield <caret>
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user