[Tests] Add regression test for #KT-63732
This commit is contained in:
committed by
Space Team
parent
9ea4afe7c8
commit
11ab90ecbd
+5
@@ -23277,6 +23277,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/innerNested/kt5363.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt63732.kt")
|
||||
public void testKt63732() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/innerNested/kt63732.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt6804.kt")
|
||||
public void testKt6804() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/innerNested/kt6804.kt");
|
||||
|
||||
Reference in New Issue
Block a user