Prevent leaking of type parameter erasion results cache into static scope
This commit is contained in:
committed by
teamcityserver
parent
6706ee87ad
commit
20d50cfee7
+12
@@ -21826,6 +21826,18 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/platformTypes/rawTypes/interClassesRecursion.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("interdependentTypeParameters.kt")
|
||||
public void testInterdependentTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/platformTypes/rawTypes/interdependentTypeParameters.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("interdependentTypeParametersFromKotlin.kt")
|
||||
public void testInterdependentTypeParametersFromKotlin() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/platformTypes/rawTypes/interdependentTypeParametersFromKotlin.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("intermediateRecursion.kt")
|
||||
public void testIntermediateRecursion() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user