JVM_IR add test for KT-49411

This commit is contained in:
Dmitry Petrov
2021-10-26 12:53:31 +03:00
committed by TeamCityServer
parent 56cf2549e7
commit e76cf8550e
5 changed files with 45 additions and 0 deletions
@@ -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")