Add test for KT-49209
This commit is contained in:
+5
@@ -24545,6 +24545,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/platformTypes/kt47785.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt49209.kt")
|
||||
public void testKt49209() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/platformTypes/kt49209.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("rawTypeWithNestedClass.kt")
|
||||
public void testRawTypeWithNestedClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/platformTypes/rawTypeWithNestedClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user