package test open class GrandParent() open class Parent : GrandParent() class MyClass : Parent()