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