Update recorded type for argument in parentheses correctly

This commit is contained in:
Svetlana Isakova
2014-05-08 17:52:28 +04:00
parent 12ddf76df4
commit a3e306b820
4 changed files with 73 additions and 6 deletions
@@ -7042,6 +7042,11 @@ public class JetDiagnosticsTestGenerated extends AbstractJetDiagnosticsTest {
doTest("compiler/testData/diagnostics/tests/resolve/nestedCalls/analyzeUnmappedArguments.kt");
}
@TestMetadata("argumentsInParentheses.kt")
public void testArgumentsInParentheses() throws Exception {
doTest("compiler/testData/diagnostics/tests/resolve/nestedCalls/argumentsInParentheses.kt");
}
@TestMetadata("completeTypeInferenceForNestedInNoneApplicable.kt")
public void testCompleteTypeInferenceForNestedInNoneApplicable() throws Exception {
doTest("compiler/testData/diagnostics/tests/resolve/nestedCalls/completeTypeInferenceForNestedInNoneApplicable.kt");