mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
The documentation of `Relations.inheritance` mentions an oddity of Scala's type checker which manifests itself in what is being tracked by that relation in case of traits being first parent for a class/trait. Add a test case which verifies that this oddity actually exists and it's not harmful because it doesn't break an invariant between `memberRef` and `inheritance` relations.