Move debugger test data to the new location
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package stepIntoStdLibInlineFun
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val a = listOf(1)
|
||||
//Breakpoint!
|
||||
a.map { it + 1 }
|
||||
val b = 1
|
||||
}
|
||||
|
||||
// STEP_INTO: 1
|
||||
// TRACING_FILTERS_ENABLED: false
|
||||
Reference in New Issue
Block a user