testdata for IDEA-154278

This commit is contained in:
Anna.Kozlova
2016-04-06 21:17:37 +02:00
parent f1f16353e2
commit 3966e55bbf
2 changed files with 19 additions and 0 deletions
@@ -425,6 +425,10 @@ public class GraphInferenceHighlightingTest extends LightDaemonAnalyzerTestCase
doTest(true);
}
public void testIDEA154278() throws Exception {
doTest();
}
public void testVariableNamesOfNestedCalls() throws Exception {
IdeaTestUtil.setTestVersion(JavaSdkVersion.JDK_1_8, getModule(), getTestRootDisposable());
String filePath = BASE_PATH + "/" + getTestName(false) + ".java";