class Opal::Lexer

def after_operator?

def after_operator?
  [:expr_fname, :expr_dot].include? @lex_state
end