[ann] Correct highlighting for subtypes in multi-catch

This commit is contained in:
Roman Shevchenko
2011-05-01 16:57:16 +02:00
parent b84b9f2bfe
commit 8072b38603
12 changed files with 156 additions and 141 deletions

View File

@@ -217,10 +217,6 @@ public class LightAdvHighlightingJdk7Test extends LightDaemonAnalyzerTestCase {
doTest(false, false);
}
public void testMultiCatchWarn() throws Exception {
doTest(true, false);
}
public void testTryWithResources() throws Exception {
doTest(false, false);
}