class TestCase::CompileError::LogicalOperator::NotNotExpression {
  static method main : void () {
    !1;
  }
}