henrik
Map<String, String?>
Map<String, String>
fun blah() : Map<String, String> { return mapOf("a" to null, "b" to "foo").filter{ it.value != null } }