Move debugger test data to the new location
This commit is contained in:
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
package stepOutInlineFunctionStdlib
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val a = listOf(1, 2, 3)
|
||||
//Breakpoint!
|
||||
a.firstOrNull {
|
||||
it > 1
|
||||
}
|
||||
}
|
||||
|
||||
fun test(i: Int) = 1
|
||||
|
||||
// TRACING_FILTERS_ENABLED: false
|
||||
// STEP_INTO: 1
|
||||
// STEP_OUT: 1
|
||||
Reference in New Issue
Block a user