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