Project Coin numeric literals (IDEA-64808)

This commit is contained in:
Roman Shevchenko
2011-02-03 20:25:29 +01:00
parent 473c8cda31
commit e75d85ba43
14 changed files with 1232 additions and 885 deletions

View File

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