``` e: /home/raman/source/foo/src/main/kotlin/com/...
# announcements
r
Copy code
e: /home/raman/source/foo/src/main/kotlin/com/foo/FooMap.kt: (10, 7): Inherited platform declarations clash: The following declarations have the same JVM signature (getOrDefault(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;):
    fun getOrDefault(key: Any!, defaultValue: Any?): Any?
    fun getOrDefault(key: String, defaultValue: Any?): Any?