class CompileError::Literal::Character::NotEnd {
  static method main : int () {
    'a;
  }
}