It's saying you should remove the `val`, because y...
# getting-started
k
It's saying you should remove the
val
, because you never use it as a property. If you make it public it becomes part of the public contract of the class and so you can't really remove it.