27fb46712a
This commit unifies the expectation format between the stepping and LVT tests in the new debugging test harness. Furthermore, it introduces a compression of runs of locations without linenumbers. These default to showing as bytecode offsets from previous line number, which overspecifies the tests: the bytecodes chosen should not be constrained by a debugging step test.
13 lines
195 B
Kotlin
Vendored
13 lines
195 B
Kotlin
Vendored
// 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: |