[ERROR]
Error detected while parsing the scope resolution of a nested class.
class A{
class B;
}
class A::C{};
Check that the scope resolution matches the nested class.
class A{
class B;
}
class A::B{};