Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
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
()
}