interfaceimplementor不是抽象的,也不重写抽象方法

qmelpv7a  于 2021-06-27  发布在  Java
关注(0)|答案(0)|浏览(310)

我已经创建了一个xamarin android绑定库,我得到了这个错误

javac error JAVAC0000:  error: InterfaceImplementor is not abstract and does not override abstract method interfaceMethod(String, Function1<? super CustomClass, Unit>)

对于此接口方法

public void interfaceMethod(String string, kotlin.jvm.functions.Function1<? super CustomClass, kotlin.Unit> function1)

其他接口方法工作得很好,如果我删除节点,我不会得到任何错误。

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题