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
+11
@@ -0,0 +1,11 @@
|
||||
public class ConstConfig {
|
||||
int test(boolean aaaaaaaa) {
|
||||
Boolean b;
|
||||
if ((b = switch (0) {
|
||||
case 1: {
|
||||
yield aaaaaaaa<caret>;
|
||||
}
|
||||
default: yield false;
|
||||
}));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user