示例

public interface testInterface {{
}


解决方案
将接口名称中的第一个字符改为大写。

public interface TestInterface {
}