Proposal: Make `-` a part of number literals, so t...
# language-proposals
b
Proposal: Make
-
a part of number literals, so that calls like
-1L.dec()
are the same as
(-1L).dec()
instead of
-(1L.dec())
3 replies https://youtrack.jetbrains.com/issue/KT-16996