extracted 'getResultingCall' method

rewrote 'getResultingType' in terms of it
This commit is contained in:
Svetlana Isakova
2013-06-21 14:16:27 +04:00
parent 2eadd5202d
commit 0eed0c6c7f
6 changed files with 43 additions and 15 deletions
@@ -2846,6 +2846,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/inference/nestedCalls/completeNestedForVariableAsFunctionCall.kt");
}
@TestMetadata("inferenceForNestedBinaryCall.kt")
public void testInferenceForNestedBinaryCall() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/nestedCalls/inferenceForNestedBinaryCall.kt");
}
@TestMetadata("kt3395.kt")
public void testKt3395() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/nestedCalls/kt3395.kt");