public void m() {
		var t = new Class<?>[] { "A", "B" };
 private UnaryExpressionNode createUnaryExpression(UnaryOperator operator) {
     var result = new UnaryExpressionNode { Operator = operator };
     setScannerState(result);
     nextLexicalUnit(true);
     result.Operand = parseUnaryExpression();
     result.EndPosition = result.Operand.EndPosition;
     return result;
 }
		public void disable() {
			this.scopes++;
			if (this.scopes == sizeof(this.errorsByScope)) {
				var t = new bool[sizeof(this.errorsByScope) * 2];