[JVM+IR] Migrate/improve receiver mangling test suite
This commit is contained in:
committed by
max-kammerer
parent
5967e8295e
commit
edd3b457d4
@@ -0,0 +1,13 @@
|
||||
// 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:
|
||||
Reference in New Issue
Block a user