summaryrefslogblamecommitdiff
path: root/test/files/neg/parent-inherited-twice-error.check
blob: 521a6c19d010659281255c9ae72897818ce9f140 (plain) (tree)
1
2
3
4
5
6
7






                                                                       
parent-inherited-twice-error.scala:2: error: trait A is inherited twice
class B extends A with A
                ^
parent-inherited-twice-error.scala:2: error: trait A is inherited twice
class B extends A with A
                       ^
two errors found