範例

public interface testInterface {{
}


解決方案
將介面名稱的第一個字元大寫。

public interface TestInterface {
}