will it work when `val model = MyClass<String?&...
# getting-started
m
will it work when
val model = MyClass<String?>
and
model.data?.doSomething
?