[JVM] Port line number tests to stepping framework.
Allow specifying JVM and JVM_IR as well as shared expectations. Add the method name to the step. Discard steps in synthetic methods.
This commit is contained in:
+6
-6
@@ -1,4 +1,4 @@
|
||||
//FILE: test.kt
|
||||
// FILE: test.kt
|
||||
fun cond() = false
|
||||
|
||||
fun box() {
|
||||
@@ -9,8 +9,8 @@ fun box() {
|
||||
}
|
||||
|
||||
// LINENUMBERS
|
||||
// test.kt:5
|
||||
// test.kt:2
|
||||
// test.kt:5
|
||||
// test.kt:8
|
||||
// test.kt:9
|
||||
// test.kt:5 box
|
||||
// test.kt:2 cond
|
||||
// test.kt:5 box
|
||||
// test.kt:8 box
|
||||
// test.kt:9 box
|
||||
|
||||
Reference in New Issue
Block a user