leus
05/28/2018, 6:39 PMval replacements = hashMapOf( "a" to "b", "c" to "d")
val myVal = myFunction(something, replacements) // type mismatch on "replacements" - required: Map<String!, String!>!, found kotlin.collections.HashMap<String, String> /* java.util.HashMap<String, String> */