Yet another question is bought by this feature, wh...
# getting-started
s
Yet another question is bought by this feature, when I define properties like this:
Copy code
var str1 = “Hi”
val str2 get() = str1
When the str1 is changed, then str2 is changed, so this means
val
can not keep the value of str2 immutable?