JVM_IR fixes after review
This commit is contained in:
committed by
TeamCityServer
parent
f4dd75e769
commit
c30b23ed01
+4
-1
@@ -12,9 +12,12 @@ fun box() {
|
||||
}
|
||||
|
||||
// JVM_IR and JVM backends have different heuristics for when to use a switch.
|
||||
// JVM_IR inlines constant value subject and folds unreachable branches.
|
||||
|
||||
// LINENUMBERS
|
||||
// test.kt:4 box
|
||||
// LINENUMBERS JVM_IR
|
||||
// test.kt:5 box
|
||||
// test.kt:7 box
|
||||
// LINENUMBERS
|
||||
// test.kt:10 box
|
||||
// test.kt:12 box
|
||||
Reference in New Issue
Block a user