added test for nontrivial nested calls
This commit is contained in:
@@ -2861,6 +2861,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
|
||||
doTest("compiler/testData/diagnostics/tests/inference/nestedCalls/kt3461checkTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nontrivialCallExpression.kt")
|
||||
public void testNontrivialCallExpression() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/inference/nestedCalls/nontrivialCallExpression.kt");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/inference/regressions")
|
||||
|
||||
Reference in New Issue
Block a user