summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1010.check
blob: a0a97e940c6e58a32217b6a096427d180c8f4f53 (plain) (blame)
1
2
3
4
5
6
bug1010.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