Debugger: implement Smart Step Into
#KT-4639 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
fun foo() {
|
||||
a<caret>
|
||||
}
|
||||
|
||||
val a by Delegate()
|
||||
|
||||
class Delegate {
|
||||
fun get(t: Any?, p: PropertyMetadata) = 1
|
||||
}
|
||||
|
||||
// EXISTS: a.get(Object\, PropertyMetadata)
|
||||
Reference in New Issue
Block a user