Move debugger test data to the new location
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
package inlineInObject
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
//Breakpoint!
|
||||
OtherWithInline.one()
|
||||
}
|
||||
|
||||
object OtherWithInline {
|
||||
inline fun one() {
|
||||
//Breakpoint!
|
||||
println()
|
||||
}
|
||||
}
|
||||
|
||||
// RESUME: 1
|
||||
Reference in New Issue
Block a user