Przykład
public interface
testInterface
{
}
Rozwiązanie
Zmień na wielką pierwszą literę w nazwie interfejsu.
public interface
TestInterface
{
}