Specifically for primitive, it may differ, nullabl...
# getting-started
o
Specifically for primitive, it may differ, nullable
Int?
is always
Integer
, but non-null
Int
can be either
Integer
or
int
m
orangy: k, but with non-primitive class it's always the same output classfile regardless of it's compile-time nullability, yes?
o
No, we add nullable annotations.