mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Positive test added (IDEA-CR-62158)
GitOrigin-RevId: bafc04a87dd7b52f54938dc6dcb3a76cc32ee732
This commit is contained in:
committed by
intellij-monorepo-bot
parent
39ca5a8e57
commit
c7cfd81bc2
+7
@@ -15,4 +15,11 @@ class Test {
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
void positive() {
|
||||
int i = switch(0) {
|
||||
case 4 -> 2;
|
||||
default -> throw new NullPointerException();
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user