darktilrisen
08/19/2017, 5:35 PMval x: Number = 1 //There is no specific reason here why you would like to do this, but it's the
val y: Number = 1 + x //easiest example I could come up with.
I know java doesn't do this either and there probably is probably a good reason for it. What am I missing here?