Debugger: Remove/change tests for the deprecated Android dex
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
// FILE: stopInInlineFun.kt
|
||||
package stopInInlineFun
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
inlineFun()
|
||||
}
|
||||
|
||||
inline fun inlineFun() {
|
||||
var i = 1
|
||||
//Breakpoint!
|
||||
i++
|
||||
i++
|
||||
}
|
||||
Reference in New Issue
Block a user