Join Slack
Powered by
Hi, Am I understand right that `val` property does...
# getting-started
m
max.
01/22/2017, 1:47 PM
Hi, Am I understand right that
val
property doesn't mean that it is immutable at least from compiler point of view. I've just got warning from IDEA that I'm using non-final property
val nonFinalString = "Hello"
in constructor
Open in Slack
Previous
Next