Join Slack
Communities
Powered by
though note that of course you still run into issu...
# announcements
k
kevinmost
07/20/2016, 11:43 PM
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
Open in Slack
Previous
Next