summaryrefslogblamecommitdiff
path: root/test/files/neg/bug987.check
blob: 3e9c19217d68dfe863aa0a22199b260ca75308d7 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                         
bug987.scala:15: error: the type intersection B[D] with B[C] is malformed
 --- because ---
no common type instance of base types B[C] and B[D] exists
class E extends D
^
bug987.scala:20: error: illegal cyclic reference involving class D
class F extends D
^
two errors found