Andrei
05/10/2018, 9:36 AMAndreas Sinz
05/10/2018, 10:03 AMThis implicit default value is used when the original map doesn't contain a value for the key specified and a value is obtained with Map.getValue function, for example when properties are delegated to the map.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/with-default.htmlAndrei
05/10/2018, 10:27 AM.withDefault
for other Map methods?Andreas Sinz
05/10/2018, 10:42 AMMap
-Interface-Contract, https://youtrack.jetbrains.com/issue/KT-11851Andrei
05/10/2018, 10:57 AM