but it doesn't let me assign null to the value, be...
# announcements
m
but it doesn't let me assign null to the value, because it has smart-casted it to a non-nullable!
k
You can't assign cause
it
isn't a var. Function parameters can't be mutated
👆 2