Is a member function of a top-level `object` consi...
# kotlin-native
k
Is a member function of a top-level
object
considered an unbound function in the context of a
staticCFunction
?
And a supplemental question: If an anonymous
staticCFunction
were to capture member variables of a top level
object
would that be harmful? My intuition says not since the memory addresses of those objects should remain constant, I think?