aboutsummaryrefslogtreecommitdiff
path: root/tests/run/variable-pattern-access.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix desugaring of variable pattern leaking into APIGuillaume Martres2017-03-211-0/+16
This was especially bad for incremental compilation since the temporary variable name is unstable.