henrik
something()
listOf(mapOf(1 to 2, 2 to 4), mapOf(5 to 6)).something() == mapOf(1 to 2, 2 to 4, 5 to 6)