Just so I don't create duplicates, has there been ...
# language-proposals
p
Just so I don't create duplicates, has there been discussions about having different type exposed by a getter? Example:
Copy code
val items = mutableListOf<Item>()
  get() : List<Items>