mirror of
https://github.com/sbt/sbt.git
synced 2026-09-05 17:25:23 +02:00
The illegalReference check did not actually validate whether the illegal reference actually referred to an M[_] (which is pretty much always Initialize[_]]). The means by which this failure was induces were fairly obscure and go through multiple levels of macro transformations that I attempt to explain in the comment in IllegalReferenceSpec. Fixes #3110