When you call `.freeze()` on an object, somewhere ...
# kotlin-native
b
When you call
.freeze()
on an object, somewhere along the line it calls
FreezeSubgraph
internally. What is it that determines what is part of an object's subgraph that also gets frozen as a part of that object's freeze operation?
o
transitive closure of reachable objects