範例

public interface testInterface {
}


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

public interface TestInterface {
}