JVM_IR add test for KT-49411
This commit is contained in:
committed by
TeamCityServer
parent
56cf2549e7
commit
e76cf8550e
+5
@@ -27065,6 +27065,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
public void testForNullableIntInDownTo() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInDownTo/forNullableIntInDownTo.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt49411.kt")
|
||||
public void testKt49411() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ranges/forInDownTo/kt49411.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/ranges/forInIndices")
|
||||
|
||||
Reference in New Issue
Block a user