Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
javaFacade
/
ea46019.kt
blob: 1348cf1b83c333785fe27987a5e2fcb31c77f8d2 [
file
]
import
kotlin
.
reflect
.
KProperty
class
SomeProp
()
{
fun getValue
(
t
:
Any
,
metadata
:
KProperty
<*>)
=
42
}
class
Some
<caret>
()
{
val renderer
by
SomeProp
()
}