inference: don't include constraints to resolve if input bounds have proper instantiation but depends on the output of another constraints (IDEA-153164)

This commit is contained in:
Anna.Kozlova
2016-03-17 21:25:32 +01:00
parent 4ad5c2006c
commit 53d3aa770c
6 changed files with 63 additions and 11 deletions
@@ -280,6 +280,10 @@ public class NewLambdaHighlightingTest extends LightDaemonAnalyzerTestCase {
doTest();
}
public void testAdditionalConstraintsOrderWhenOutputVariablesAlreadyHaveProperEqualBound() throws Exception {
doTest();
}
private void doTest() {
doTest(false);
}