// FILE: test.kt fun String.test() { } fun box() { "OK".test() } // LOCAL VARIABLES // test.kt:7 box: // test.kt:4 test: $this$test:java.lang.String="OK":java.lang.String // test.kt:8 box: