Forgot the `get()`: `val Int.isOdd: Boolean get() ...
# stdlib
k
Forgot the `get()`:
val Int.isOdd: Boolean get() = this % 2 == 0