[IR] Fix KT-59346, KT-55993
#KT-59346 #KT-55993
This commit is contained in:
committed by
Space Team
parent
e802ee05a7
commit
2d920df507
+10
@@ -40717,6 +40717,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/when/kt5448.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt55993.kt")
|
||||
public void testKt55993() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/when/kt55993.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt59346.kt")
|
||||
public void testKt59346() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/when/kt59346.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("longInRange.kt")
|
||||
public void testLongInRange() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/when/longInRange.kt");
|
||||
|
||||
Reference in New Issue
Block a user