Join Slack
Communities
Powered by
Specifically for primitive, it may differ, nullabl...
# getting-started
o
orangy
05/18/2017, 1:33 PM
Specifically for primitive, it may differ, nullable
Int?
is always
Integer
, but non-null
Int
can be either
Integer
or
int
m
maciekjanusz
05/18/2017, 1:35 PM
orangy: k, but with non-primitive class it's always the same output classfile regardless of it's compile-time nullability, yes?
o
orangy
05/18/2017, 1:36 PM
No, we add nullable annotations.
6
Views
Open in Slack
Previous
Next