summaryrefslogblamecommitdiff
path: root/test/files/neg/bug113.check
blob: a9f699e90e099e98bd8de3575e0576978f0cd4a1 (plain) (tree)
1
2
3
4
5
6
7






                                                                    
bug113.scala:3: illegal cyclic reference involving type A
  type B <: A;
       ^
bug113.scala:2: only classes can have declared but undefined members
  type A <: B;
       ^
two errors found