[NI] Create error type for CST of error types

KT-36092 Fixed
This commit is contained in:
Pavel Kirpichenkov
2020-01-28 18:31:18 +03:00
parent ac69c287ec
commit 736f5e365c
7 changed files with 81 additions and 0 deletions
@@ -9866,6 +9866,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
runTest("compiler/testData/diagnostics/tests/inference/coerceFunctionLiteralToSuspend.kt");
}
@TestMetadata("commonSuperTypeOfErrorTypes.kt")
public void testCommonSuperTypeOfErrorTypes() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/commonSuperTypeOfErrorTypes.kt");
}
@TestMetadata("completeInferenceIfManyFailed.kt")
public void testCompleteInferenceIfManyFailed() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/completeInferenceIfManyFailed.kt");