Join Slack
Communities
Powered by
I once called a function on an un-initialized over...
# announcements
n
nishadg
10/28/2015, 3:04 PM
I once called a function on an un-initialized overriden object and got an Out of Memory Exception. That is, I used
override val loginPresenter = LoginPresenter
instead of
override val loginPresenter = LoginPresenter()
. Ideally it should have showed a compile time error
Open in Slack
Previous
Next