aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/bug_12534.v
AgeCommit message (Collapse)Author
2020-07-02Fix record pattern interpretation with implicit argumentsGaƫtan Gilbert
We interpret `{|proj=pat|}` as `@C _ pat` instead of `C _ pat` (where the `_` stands for the parameters). Fix #12534