Join Slack
Communities
Powered by
`val Int.plural: String get() = if (this == 1) "" ...
# tornadofx
e
edvin
03/19/2017, 2:38 PM
val Int.plural: String get() = if (this == 1) "" else "s"
Open in Slack
Previous
Next