[NI] Remove deep types in commosn super type for recursive types
#KT-30411 Fixed
This commit is contained in:
@@ -9710,6 +9710,11 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/possibleCycleOnConstraints.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("recursiveTypes.kt")
|
||||
public void testRecursiveTypes() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/recursiveTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("reportAboutUnresolvedReferenceAsUnresolved.kt")
|
||||
public void testReportAboutUnresolvedReferenceAsUnresolved() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inference/reportAboutUnresolvedReferenceAsUnresolved.kt");
|
||||
|
||||
Reference in New Issue
Block a user