Example
public class
testClass
{
}
Solution
Capitalize the first character in the class name.
public class
TestClass
{
}