[NI] Make error CST when any of included types is error
`ErrorType` is not subtype of `Any`, so any set of types containing an `ErrorType` has no common super constructors. ^KT-36745 Fixed
This commit is contained in:
Generated
+5
@@ -9896,6 +9896,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/inference/conflictingSubstitutions.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("cstFromErrorAndNonErrorTypes.kt")
|
||||
public void testCstFromErrorAndNonErrorTypes() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/cstFromErrorAndNonErrorTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("dependOnExpectedType.kt")
|
||||
public void testDependOnExpectedType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/dependOnExpectedType.kt");
|
||||
|
||||
Reference in New Issue
Block a user