[JVM+IR] Update straight-forward LVT tests
This commit is contained in:
committed by
max-kammerer
parent
2c9bf95227
commit
3291f8455b
@@ -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:
|
||||
Reference in New Issue
Block a user