testdata for IDEA-90998

This commit is contained in:
Anna Kozlova
2012-09-06 19:17:34 +04:00
parent 614b14316b
commit 2a91b03499
2 changed files with 9 additions and 0 deletions

View File

@@ -128,6 +128,10 @@ public class LambdaHighlightingTest extends LightDaemonAnalyzerTestCase {
public void testIncompleteSubst() throws Exception {
doTest();
}
public void testVariableInitialization() throws Exception {
doTest();
}
private void doTest() throws Exception {
doTest(BASE_PATH + "/" + getTestName(false) + ".java", false, false);