mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 09:30:21 +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.