I've got a class `MyType` that extends a Java clas...
# announcements
u
I've got a class
MyType
that extends a Java class
Model
.
Model
defines a number of static methods, but for some reason
MyType
is not inheriting them. If I create an instance of
MyType
I can access the instance methods, just none of the statics. Shouldn't my Kotlin class be inheriting both?