Multi-catch support: more highlighting

This commit is contained in:
Roman Shevchenko
2011-02-19 14:48:11 +01:00
parent 85f277a149
commit f2184f3f50
6 changed files with 52 additions and 15 deletions

View File

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