blob: c9c1aace47062bdaa1ab8df7e229935a15ca4dfc [file] [log] [blame]
// CHECK_BYTECODE_TEXT
// JVM_IR_TEMPLATES
// 0 invoke\(
class C(val x: String) {
fun foo(s: String) = x + s
}
fun box() =
C("O")::foo.invoke("K")