# File lib/ruby_lexer.rb, line 1296
  def is_label_possible? command_state
    (in_lex_state?(:expr_beg) && !command_state) || is_arg?
  end