mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
Fix ExpectedTypesProvider for completion inside switch expressions (IDEA-204680)
Review ID: IDEA-CR-41558
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
public class ConstConfig {
|
||||
int test(boolean aaaaaaaa) {
|
||||
Boolean b;
|
||||
if ((b = switch (0) {
|
||||
case 1 -> aaaa<caret>;
|
||||
default -> break false;
|
||||
}));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user