Revert "[NI] Take into account captured types for type depth computation"
This reverts commit 383c2d1bff.
It seems this commit causes problems with bootstraping, so it'll be
investigated and refined later
This commit is contained in:
@@ -7948,11 +7948,6 @@ public class DiagnosticsTestGenerated extends AbstractDiagnosticsTest {
|
||||
runTest("compiler/testData/diagnostics/tests/generics/argumentsForT.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("capturingOfDeepNestedType.kt")
|
||||
public void testCapturingOfDeepNestedType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/generics/capturingOfDeepNestedType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("commonSupertypeContravariant.kt")
|
||||
public void testCommonSupertypeContravariant() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/generics/commonSupertypeContravariant.kt");
|
||||
|
||||
Generated
-5
@@ -7948,11 +7948,6 @@ public class DiagnosticsUsingJavacTestGenerated extends AbstractDiagnosticsUsing
|
||||
runTest("compiler/testData/diagnostics/tests/generics/argumentsForT.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("capturingOfDeepNestedType.kt")
|
||||
public void testCapturingOfDeepNestedType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/generics/capturingOfDeepNestedType.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("commonSupertypeContravariant.kt")
|
||||
public void testCommonSupertypeContravariant() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/generics/commonSupertypeContravariant.kt");
|
||||
|
||||
Reference in New Issue
Block a user