Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
compiler
/
testData
/
resolve
/
FunctionVariable.resolve
blob: 5318d55d65cad7e6ac18e5a6e88e837df026b551 [
file
] [
log
] [
blame
] [
edit
]
fun invoker
(~
gen
~
gen
:
()
->
Int
)
:
Int
{
return
`gen`
gen
()
// Says it cannot resolve 'gen' here
}