Hey, I was wondering what factors lead to `staticC...
# kotlin-native
k
Hey, I was wondering what factors lead to
staticCFunction
not being allowed to have any non-global captures? I tried searching through YouTrack for issues that might discuss that, but I couldn't find any.
e
it's a native limitation, there are no capturing closures in C
k
Ahh I see, thanks.