If you want `T` to be non-nullable, then you need ...
# getting-started
s
If you want
T
to be non-nullable, then you need to explicitely define it :
class MyClass<T : Any>