Join Slack
Powered by
The same as: ``` val a: Long = 5 val b: Int = 5 va...
# announcements
z
zoltu
06/13/2016, 10:29 PM
The same as:
Copy code
val a: Long = 5 val b: Int = 5 val c: Int = a // error val d: Long = b // error
Open in Slack
Previous
Next