fun main() { val map = mapOf("key" to null) println (map.getValue("key")) } Output is *null*