class Derived(): funGenericClass() { fun test(): String { return funGenericClass.protectedFun()!! } } fun box(): String { return Derived().test() }