# File lib/rgen/util/pattern_matcher.rb, line 289
  def match_failed(f, msg)
    puts "match failed #{f&&f.eContainingClass.name}##{f&&f.name}: #{msg}" if @debug
  end