JVM_IR KT-43242 generate switch subject as primitive 'int'

This commit is contained in:
Dmitry Petrov
2020-11-19 12:08:48 +03:00
parent 05ddbeab0a
commit 118a7d4e34
6 changed files with 51 additions and 1 deletions
@@ -34028,6 +34028,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/when/kt2466.kt");
}
@TestMetadata("kt43242.kt")
public void testKt43242() throws Exception {
runTest("compiler/testData/codegen/box/when/kt43242.kt");
}
@TestMetadata("kt5307.kt")
public void testKt5307() throws Exception {
runTest("compiler/testData/codegen/box/when/kt5307.kt");