Nothing stopping you from doing ``` operator fun ...
# random
k
Nothing stopping you from doing
Copy code
operator fun Int.unaryMinus(): Int = unaryPlus()
in Kotlin, too