Skip to content
  • John van Groningen's avatar
    When creating new functions for case expression, don't pass the variable · 35fd6a0e
    John van Groningen authored
    after 'case' twice as parameter when the variable is also used in the
    right hand side of a case alternative. This can cause incorrect code
    generation when the reuse unique node optimization is used, because
    the compiler could incorrectly reuse the variable after pattern matching,
    causing the other parameter to be overwritten.
    Remove unused function convertDefault
    35fd6a0e