JVM_IR KT-50074 generate tableswitch for literal string subject of when expression
This commit is contained in:
@@ -10,3 +10,8 @@ fun box(): String {
|
||||
|
||||
return if (x == null) "OK" else "Fail"
|
||||
}
|
||||
|
||||
// CHECK_BYTECODE_TEXT
|
||||
// JVM_IR_TEMPLATES
|
||||
// 0 Intrinsics.areEqual
|
||||
// 1 TABLESWITCH
|
||||
Reference in New Issue
Block a user