Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
c234f72ea4dcebd1ff29c5a1fcd540f29a83be46
/
.
/
analysis
/
low-level-api-fir
/
testData
/
lazyResolve
/
propertyWithGetterScript.kts
blob: 7fc2a7b4447ef1d2daaf8c876d6a975d1e5a38e6 [
file
]
fun resolve
<caret>
Me
()
{
receive
(
withGetter
)
}
fun receive
(
value
:
Int
){}
val withGetter
:
Int
get
()
=
42