untwisted
05/25/2016, 3:36 PMMyType 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?