`val Int.plural: String get() = if (this == 1) "" ...
# tornadofx
e
val Int.plural: String get() = if (this == 1) "" else "s"