Update bytecode text tests for JVM_IR

This commit is contained in:
Dmitry Petrov
2020-02-19 16:26:50 +03:00
parent 071149e0fb
commit 81b30b7399
31 changed files with 107 additions and 73 deletions

View File

@@ -1,5 +1,5 @@
// IGNORE_BACKEND: JVM_IR
import kotlin.test.assertEquals
// TODO KT-36846 Generate TABLESWITCH/LOOKUPSWITCH in case of matching hashCodes in JVM_IR
fun foo(x : String) : String {
assert("abz]".hashCode() == "aby|".hashCode())