https://kotlinlang.org logo
k

konsoletyper

02/20/2016, 10:09 AM
@udalov: I guess Kotlin could afford special support for this, like to treat
x.invert
as
x = invert(x)
. But the drawback is that we should deal with properties. Too much corner cases there