Debugger: step into default property getter/setter

#KT-7287 Fixed
This commit is contained in:
Natalia Ukhorskaya
2015-05-13 14:32:05 +03:00
parent f742188df9
commit 5edc25d2ba
6 changed files with 68 additions and 0 deletions
@@ -3,3 +3,7 @@ package customLib.simpleLibFile
public fun foo() {
1 + 1
}
class B {
public var prop: Int = 1
}