Check function arguments of nested unsuccessful calls.

This commit is contained in:
svtk
2013-11-21 19:10:23 +04:00
parent 1a34dffb1f
commit 058726a0f1
3 changed files with 14 additions and 0 deletions
@@ -3104,6 +3104,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/checkBackingFieldException.kt");
}
@TestMetadata("completeFunctionArgumentsOfNestedCalls.kt")
public void testCompleteFunctionArgumentsOfNestedCalls() throws Exception {
doTest("compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/completeFunctionArgumentsOfNestedCalls.kt");
}
@TestMetadata("funEquals.kt")
public void testFunEquals() throws Exception {
doTest("compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/funEquals.kt");