Skip to content

Commit

Permalink
unthis
Browse files Browse the repository at this point in the history
  • Loading branch information
lrytz committed Nov 15, 2022
1 parent 4a48082 commit afd5a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/scala/reflect/quasiquotes/Parsers.scala
Expand Up @@ -92,7 +92,7 @@ trait Parsers { self: Quasiquotes =>
case _ => gen.mkBlock(stats, doFlatten = true)
}
case nme.unapply => gen.mkBlock(stats, doFlatten = false)
case other => this.global.abort("unreachable")
case other => global.abort("unreachable")
}

// tq"$a => $b"
Expand Down

0 comments on commit afd5a34

Please sign in to comment.