summaryrefslogblamecommitdiff
path: root/test/files/neg/bug1010.check
blob: 35390aa88afa07276c8d9fd8ccce38c28ab61e03 (plain) (tree)
1
2
3
4
5
6

                                       
                                              


                                                                                                                   
bug1010.scala:14: error: type mismatch;
 found   : MailBox#Message
 required: _16.in.Message where val _16: Actor
   unstable.send(msg) // in.Message becomes unstable.Message, but that's ok since Message is a concrete type member
                 ^
one error found