// CORRECT_ERROR_TYPES package foo interface InterfaceWithDefaults { fun foo() {} } interface SubInterface : InterfaceWithDefaults