This page:
https://kotlinlang.org/docs/reference/keyword-reference.html
does not list the keywords:
-
toEg -map.entries.associate(it. key to it.value) -
withEg -with(obj) { name = param1 }
This page:
https://kotlinlang.org/docs/reference/keyword-reference.html
does not list the keywords:
to Eg - map.entries.associate(it. key to it.value)
with Eg - with(obj) { name = param1 }
oops i just noticed those are functions not keywords.