From the documentation:
Libraries outside of the interface's own defining library can implement the interface, but not extend it.
Which implies that within the defining library it is possible to extend a class marked with the ’interface’ modifier and make use of a concrete method defined in a super class.