mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 02:57:21 +02:00
Add a pending test that shows a bug in calculation of name hashes. By design, only non-private members should contribute to name hashes. The test shows that name hashes are calcuclated for strictly private members too.