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.
请先登录再写评论。