though note that of course you still run into issu...
# announcements
k
though note that of course you still run into issues like the exception being thrown if you try to use the
self
in a way that it'd get retrieved before the initialization finishes. Java has this same problem but lets you use
this
while initializing an object; Kotlin does not, so the SelfReference thing is a workaround