mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
[ann] Correct highlighting for subtypes in multi-catch
This commit is contained in:
@@ -6,7 +6,7 @@ class C {
|
||||
try {
|
||||
int p = 0;
|
||||
}
|
||||
catch (IOException | RuntimeException e) {
|
||||
catch (EOFException | RuntimeException e) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user