Move debugger test data to the new location
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
package objectFun
|
||||
|
||||
object A {
|
||||
fun bar() {
|
||||
val a = 1
|
||||
}
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
//Breakpoint!
|
||||
A.bar()
|
||||
}
|
||||
Reference in New Issue
Block a user