Commit eccdc2f
Fix for rangepos crasher.
wrapClassTagUnapply was generating an unpositioned tree
which would crash under -Yrangepos. See SI-6338.1 parent 70a24f9 commit eccdc2f
File tree
3 files changed
+9
-2
lines changed- src/compiler/scala/tools/nsc/typechecker
- test/files/pos
3 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3362 | 3362 | | |
3363 | 3363 | | |
3364 | 3364 | | |
| 3365 | + | |
3365 | 3366 | | |
3366 | 3367 | | |
3367 | 3368 | | |
3368 | 3369 | | |
3369 | | - | |
3370 | | - | |
| 3370 | + | |
| 3371 | + | |
3371 | 3372 | | |
3372 | 3373 | | |
3373 | 3374 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments