summaryrefslogtreecommitdiff
path: root/test/files/neg/t7877.check
blob: 7f7f832463a004364127b556c910a95e9d01a27c (plain) (blame)
1
2
3
4
5
6
7
t7877.scala:6: error: not found: value Y
    case Y() => ()             // not allowed
         ^
t7877.scala:7: error: OnNext[Any] does not take parameters
    case OnNext[Any]() => ()   // should *not* be allowed, but was.
                    ^
two errors found