testdata for IDEA-150754

This commit is contained in:
Anna.Kozlova
2016-03-18 15:50:22 +01:00
parent 034012ae4e
commit 395c55df75
2 changed files with 16 additions and 0 deletions
@@ -65,6 +65,10 @@ public class LambdaRedundantCastTest extends LightDaemonAnalyzerTestCase {
doTest();
}
public void testTopLevelResolutionFailures() throws Exception {
doTest();
}
private void doTest() {
doTest(BASE_PATH + "/" + getTestName(false) + ".java", true, false);
}