class ClassA {

private: int i;
private: char x;


public:void a () {

}


};


Rozwiązanie
W tym przykładzie nazwa metody 'a' jest zbyt krótka.