Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
analysis
/
low-level-api-fir
/
testData
/
lazyResolve
/
topLevelFunctions.kt
blob: 97f95ce8180ce550d48479b851e9e844ea5a06d3 [
file
]
fun resolve
<caret>
Me
()
{
receive
(
functionWithLazyBody
())
}
fun receive
(
value
:
String
){}
fun functionWithLazyBody
():
String
{
return
"42"
}