Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
resolve
/
FunctionVariable.resolve
blob: 5318d55d65cad7e6ac18e5a6e88e837df026b551 [
file
]
fun invoker
(~
gen
~
gen
:
()
->
Int
)
:
Int
{
return
`gen`
gen
()
// Says it cannot resolve 'gen' here
}