hah, kotlin + java habits != good :slightly_smilin...
# announcements
d
hah, kotlin + java habits != good 🙂 Just had a stack overflow exception in my
equals()
implementation because there was a common
if (this == other) return true
idiom which I blindly copied from java code and which resulted in an endless recursion. Guess why 😉