summaryrefslogtreecommitdiff
path: root/test/files/neg/bug144.scala
blob: 5702ed7224cb6cff45df1e2f6dce0149171a32ee (plain) (blame)
1
2
trait I;
class C with I with I;