new inference: forget nested states when expressions were processed second time (IDEA-153897)

This commit is contained in:
Anna.Kozlova
2016-03-30 21:02:16 +02:00
parent 77b5d5469c
commit e6426783b4
3 changed files with 45 additions and 0 deletions
@@ -292,6 +292,10 @@ public class NewLambdaHighlightingTest extends LightDaemonAnalyzerTestCase {
doTest();
}
public void testDeepChainOfNestedLambdasOverCachedTopLevel() throws Exception {
doTest();
}
private void doTest() {
doTest(false);
}