Hierachy view for stackable traits?
I wondering what others think about showing "with"ed traits in the hierarchy view. eg,
trait S { .. }
class C { ..}
val foo = new C with S
I personally would like the hierarchy view to show 'foo' somehow.
Please sign in to leave a comment.