[JVM+IR] Update straight-forward LVT tests

This commit is contained in:
Kristoffer Andersen
2020-10-07 13:28:19 +02:00
committed by max-kammerer
parent 2c9bf95227
commit 3291f8455b
10 changed files with 89 additions and 57 deletions
@@ -0,0 +1,13 @@
// FILE: test.kt
fun String.test() {
}
fun box() {
"OK".test()
}
// LOCAL VARIABLES
// TestKt:7:
// TestKt:4: $this$test:java.lang.String="OK":java.lang.String
// TestKt:8: