Introduce TypeParameterUpperBoundEraser to memorize results of type parameters erasion computation
^KT-47785 Fixed
This commit is contained in:
committed by
teamcityserver
parent
f9cb0d61a8
commit
6706ee87ad
+5
@@ -23755,6 +23755,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/platformTypes/kt14989.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47785.kt")
|
||||
public void testKt47785() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/platformTypes/kt47785.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("rawTypeWithNestedClass.kt")
|
||||
public void testRawTypeWithNestedClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/platformTypes/rawTypeWithNestedClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user