Project Coin multi-catch support

This commit is contained in:
Roman Shevchenko
2011-02-14 18:23:54 +01:00
parent a6f30214e6
commit 68ce5423cb
34 changed files with 809 additions and 112 deletions

View File

@@ -148,4 +148,8 @@ public class LightAdvHighlightingJdk7Test extends LightDaemonAnalyzerTestCase {
public void testNumericLiterals() throws Exception {
doTest(false, false);
}
public void testMultiCatch() throws Exception {
doTest(false, false);
}
}