mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
In `ClassToAPI` both `Private` and `Protected` vals had forward
reference to `Unqualified` so they would get `null` as a result.
Fixed that by rearranging the order of vals being declared.
This fixes a problem described in 9dd5f076ea.