Do not check type depth for constrains generated on subtyping
#KT-38143 fixed
This commit is contained in:
+5
@@ -1921,6 +1921,11 @@ public class FirOldFrontendDiagnosticsTestWithStdlibGenerated extends AbstractFi
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/kt37627.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt38143.kt")
|
||||
public void testKt38143() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/kt38143.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4975.kt")
|
||||
public void testKt4975() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/kt4975.kt");
|
||||
|
||||
Reference in New Issue
Block a user