https://kotlinlang.org logo
o

orangy

01/12/2016, 6:10 PM
There also a lot of small issues, each of which is not very big, but they stack up…
Copy code
val b : Int?
val a = b = 3
Is type of
a
Int
or
Int?
😉