import foo.Intf class Impl(): Intf { override fun getFooBar() : String? { throw UnsupportedOperationException() } }