Refactor stepping tests
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package extFun
|
||||
|
||||
class A
|
||||
|
||||
fun A.bar() {
|
||||
val a = 1
|
||||
}
|
||||
|
||||
fun main(args: Array<String>) {
|
||||
val a = A()
|
||||
//Breakpoint!
|
||||
a.bar()
|
||||
}
|
||||
Reference in New Issue
Block a user