123456789
class SUPER { class class1 {} // <-- Missing the semicolon. class class2 {} // <-- Missing the semicolon. class class3 {} // <-- Missing the semicolon. } // <-- Missing the semicolon.