Příklad
public interface
testInterface
{
}
Řešení
Převeďte první znak v názvu rozhraní na velké písmo.
public interface
TestInterface
{
}