Debugger: Remove/change tests for the deprecated Android dex
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
// FILE: inlineInObjectSameFile.kt
|
||||
package inlineInObjectSameFile
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
//Breakpoint!
|
||||
OtherWithInline.one()
|
||||
}
|
||||
|
||||
object OtherWithInline {
|
||||
inline fun one() {
|
||||
//Breakpoint!
|
||||
println()
|
||||
}
|
||||
}
|
||||
|
||||
// RESUME: 1
|
||||
Reference in New Issue
Block a user