blob: cbcd5aa6c9a90595298cc5a30e374b5d7b8fa9f5 [file]
// FILE: test.kt
fun String.test() {
}
fun box() {
"OK".test()
}
// EXPECTATIONS JVM JVM_IR
// test.kt:7 box:
// test.kt:4 test: $this$test:java.lang.String="OK":java.lang.String
// test.kt:8 box:
// EXPECTATIONS JS_IR
// test.kt:7 box:
// test.kt:4 test: <this>="OK":kotlin.String
// test.kt:8 box: