Add IR text test for KT-54887

This commit is contained in:
Mikhail Glukhikh
2023-05-11 11:23:38 +02:00
committed by Space Team
parent a86279b766
commit 5d35bfd88d
12 changed files with 280 additions and 0 deletions
@@ -0,0 +1,11 @@
// SKIP_KLIB_TEST
// IGNORE_BACKEND: JS_IR
// WITH_STDLIB
// LANGUAGE: +ValueClasses
import kotlin.jvm.JvmInline
@JvmInline
value class Z(val s: String)
val equals = Z::equals