// "Add missing actual members" "true" // DISABLE-ERRORS actual object O { fun hello(): MutableMap { TODO("not implemented") } actual fun hello(): MutableMap { TODO("not implemented") //To change body of created functions use File | Settings | File Templates. } }