class SyntaxTree::Parser

def on_mlhs_new

on_mlhs_new: () -> MLHS
:call-seq:
def on_mlhs_new
  MLHS.new(
    parts: [],
    location:
      Location.fixed(line: lineno, char: char_pos, column: current_column)
  )
end