import foo.Intf class Impl(): Intf { override fun getFooBar(): String? { throw UnsupportedOperationException("not implemented") //To change body of created functions use File | Settings | File Templates. } }