Move debugger test data to the new location
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
import kotlin.reflect.KProperty
|
||||
|
||||
fun foo() {
|
||||
a<caret>
|
||||
}
|
||||
|
||||
val a by Delegate()
|
||||
|
||||
class Delegate {
|
||||
fun getValue(t: Any?, p: KProperty<*>) = 1
|
||||
}
|
||||
|
||||
// EXISTS: a.getValue(Any?\, KProperty<*>)
|
||||
Reference in New Issue
Block a user