Debugger: Remove/change tests for the deprecated Android dex
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
// EMULATE_DEX: true
|
||||
// FILE: trueseveralInlineFunctionsInOneFileDex.kt
|
||||
|
||||
package inlineDex
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
//Breakpoint!
|
||||
myPrint("OK")
|
||||
}
|
||||
|
||||
inline fun myPrint(s: String) {
|
||||
val z = s;
|
||||
}
|
||||
@@ -1,8 +0,0 @@
|
||||
LineBreakpoint created at trueseveralInlineFunctionsInOneFileDex.kt:8
|
||||
Run Java
|
||||
Connected to the target VM
|
||||
trueseveralInlineFunctionsInOneFileDex.kt:8
|
||||
trueseveralInlineFunctionsInOneFileDex.kt:12
|
||||
Disconnected from the target VM
|
||||
|
||||
Process finished with exit code 0
|
||||
Reference in New Issue
Block a user