Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
debugger
/
smartStepInto
/
delegatedPropertyGetter.kt
blob: e0cce7bb5d33e1bcb4268a73379d9d3b4780f1c7 [
file
]
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<*>)