Process raw types during erasion properly
^KT-46670 Fixed ^KT-46476 Fixed
This commit is contained in:
+10
@@ -23096,6 +23096,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/platformTypes/kt14989.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("rawTypeWithNestedClass.kt")
|
||||
public void testRawTypeWithNestedClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/platformTypes/rawTypeWithNestedClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("specializedMapFull.kt")
|
||||
public void testSpecializedMapFull() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/platformTypes/specializedMapFull.kt");
|
||||
@@ -23106,6 +23111,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/platformTypes/specializedMapPut.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("stopComputingOnInterdependentTypeParameters.kt")
|
||||
public void testStopComputingOnInterdependentTypeParameters() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/platformTypes/stopComputingOnInterdependentTypeParameters.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("unsafeNullCheck.kt")
|
||||
public void testUnsafeNullCheck() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/platformTypes/unsafeNullCheck.kt");
|
||||
|
||||
Reference in New Issue
Block a user