Join Slack
Powered by
Just so I don't create duplicates, has there been ...
# language-proposals
p
pablisco
11/20/2018, 11:48 AM
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>
pablisco
11/20/2018, 11:51 AM
never mind, found it:
https://github.com/Kotlin/KEEP/pull/122
Open in Slack
Previous
Next