interface Interface interface Another abstract class Base class Derived : Interface, Base, Another { val x: String constructor(x: String): super() { this.x = x } }