Is there a way to declare a public property that h...
# announcements
k
Is there a way to declare a public property that has a type B but shows only the parent type A to users of the class? For example, it only shows a Map<K, V> while the actual property has type MutableMap<K, V> to methods inside the class.