There also a lot of small issues, each of which is...
# announcements
o
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?
😉