mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +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 | <caret>FileNotFoundException | RuntimeException e) {
|
||||
catch (EOFException | <caret>FileNotFoundException | RuntimeException e) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user