[3.3.0-RC3] "NoDenotation.owner" during compilation when scoverage enabled #17042
Labels
area:coverage
Code coverage, see https://dotty.epfl.ch/docs/internals/coverage.html
itype:bug
itype:crash
Milestone
Compiler version
3.3.0-RC3
Minimized code
Note that it will only crash when I run
coverage; compile
with the scoverage sbt plugin.But it compiles successfully if I do not turn on scoverage through the
coverage
task.I have the simplified sbt setup uploaded here: https://github.com/alphaho/sbt-scoverage-samples
Output (click arrow to expand)
Attached is the output of running:
clean; coverage; compile
(which fails)reload ; compile
(which succeeds)The text was updated successfully, but these errors were encountered: