summaryrefslogtreecommitdiff
path: root/test/files/neg/t1010.check
blob: d412d8ac1e15107bca9b8ad90d670dab35743c0c (plain) (blame)
1
2
3
4
5
6
t1010.scala:14: error: type mismatch;
 found   : MailBox#Message
 required: _1.in.Message where val _1: Actor
   unstable.send(msg) // in.Message becomes unstable.Message, but that's ok since Message is a concrete type member
                 ^
one error found