KT-47475 Do not copy InnerClass attribute for WhenMapping classes
This commit is contained in:
committed by
teamcity
parent
38099e11c3
commit
d65775ca1a
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user