With 1.0: `"11;33;44".split(";").let { Country(it[...
# announcements
r
With 1.0:
"11;33;44".split(";").let { Country(it[0], it[1], it[2]) }