testdata for IDEA-136887

This commit is contained in:
Anna Kozlova
2015-02-24 15:04:53 +01:00
parent aa1b472dff
commit 94787a5f67
2 changed files with 13 additions and 0 deletions
@@ -35,6 +35,10 @@ public class Java8RegressionTest extends LightDaemonAnalyzerTestCase {
doTest();
}
public void testIDEA136887() throws Exception {
doTest();
}
private void doTest() {
doTest(false);
}