Files
kotlin-fork/compiler/testData/codegen/bytecodeText
Alexander Udalov c2d7b69e5f Remove bytecode text test kt15806.kt
It's not correct to expect that the backend generates the `when` in this
test as tableswitch because there are only two branches. JVM IR has a
cutoff in the when optimization and generates `when`s with fewer than 3
branches as if-else chains, which is probably better. Note that there's
also a corresponding box test in when/enumOptimization/, so the backend
behavior is still tested.
2021-01-11 17:27:03 +01:00
..
2020-01-20 16:00:36 +01:00
2020-10-01 17:49:02 +03:00
2020-10-28 11:43:25 +03:00
2020-06-18 12:22:53 +03:00