Currently `withDefault` may be used for property d...
# announcements
i
Currently
withDefault
may be used for property delegation to a map, for example:
val property: String by map.withDefault { "" }