I think error message on var definition > Missi...
# intellij
m
I think error message on var definition
Missing 'setValue(…, KProperty<*>, …)’ method on delegate of type ‘Lazy<…>’
may be quite dissappointing. What about
Delegate of type ‘Lazy<…>’ have no setter method 'setValue(…, KProperty<*>, …)’ and thus it cannot be used as a var delegate.
?