With this pair of immutable cyclically dependent c...
# random
m
With this pair of immutable cyclically dependent classes
Copy code
class Chat(val title: String, val lastMessage: Message)
class Message(val chat: Chat, val text: String)
whether their instantiation is a generally unsolvable problem? 🙂