`val Int.isOdd: Boolean = this % 2 == 0`
# stdlib
a
val Int.isOdd: Boolean = this % 2 == 0