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:
Mikhail Zarechenskiy
2018-12-12 17:28:51 +03:00
parent fdf4f02dde
commit 1d69f35f27
5 changed files with 0 additions and 62 deletions
@@ -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");
@@ -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");