Join Slack
Powered by
`val a = 123L` is basically the same as `val a: Lo...
# codingconventions
f
Florian
06/14/2019, 6:01 PM
val a = 123L
is basically the same as
val a: Long = 123
, right?
👌 5
Open in Slack
Previous
Next