igor.korotenko
inline fun foo(body: () -> vararg Pair<String, Any>) {}
foo { “foo”: 1, “bar”: “string” }