KT-47475 Do not copy InnerClass attribute for WhenMapping classes
This commit is contained in:
committed by
teamcity
parent
38099e11c3
commit
d65775ca1a
+6
@@ -48739,6 +48739,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/when/kt47365.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47475.kt")
|
||||
public void testKt47475() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/when/kt47475.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt5307.kt")
|
||||
public void testKt5307() throws Exception {
|
||||
|
||||
+6
@@ -50275,6 +50275,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/when/kt47365.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47475.kt")
|
||||
public void testKt47475() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/when/kt47475.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt5307.kt")
|
||||
public void testKt5307() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user