I'm not sure how you would say "is a class nullabl...
# reflect
a
I'm not sure how you would say "is a class nullable" when it is a reference to a class that might be. the type of the variable or the parameter to a method could be nullable but a class? doesn't make sense to ask that question. Is String nullable? no, but
val s: String?
means
s
is, but String still is just a class