Crash with Match Types and unapplySeq #21841
Labels
area:match-types
area:pattern-matching
itype:bug
itype:crash
regression
This worked in a previous version but doesn't anymore
stat:needs bisection
Need to use nightly builds and git bisect to find out the commit where this issue was introduced
Compiler version
3.5.1, 3.5.2, 3.6.1
Minimized code
Output (click arrow to expand)
More Infos
I know that I some point in my project, that was working as expected, and the type of l and r was correctly inferred (
Expr[T]
). However it seems I can't reliably reproduce a non-crashing behaviour, even from a fresh checkout of my project at a point where I remember it to be non-crashing. Maybe the presence of cached files or something was different and relevant.The text was updated successfully, but these errors were encountered: