Move debugger test data to the new location
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
package stepIntoStdlibInlineFun2step
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
customLib.functionInLibrary.simpleFun()
|
||||
}
|
||||
|
||||
// ADDITIONAL_BREAKPOINT: functionInLibrary.kt:public inline fun simpleFun()
|
||||
// STEP_INTO: 5
|
||||
Reference in New Issue
Block a user