KT-47475 Do not copy InnerClass attribute for WhenMapping classes

This commit is contained in:
Pavel Mikhailovskii
2022-08-25 12:33:52 +02:00
committed by teamcity
parent 38099e11c3
commit d65775ca1a
6 changed files with 57 additions and 0 deletions
@@ -39608,6 +39608,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/when/kt47365.kt");
}
@TestMetadata("kt47475.kt")
public void testKt47475() throws Exception {
runTest("compiler/testData/codegen/box/when/kt47475.kt");
}
@TestMetadata("kt5307.kt")
public void testKt5307() throws Exception {
runTest("compiler/testData/codegen/box/when/kt5307.kt");