summaryrefslogblamecommitdiff
path: root/test/files/neg/t900.check
blob: 047094ad6e227c8ffa9b6b657ad38c595e2c149e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                   
                                                              
                 
                                                                             

                                                                                     
                                                                 


                           
t900.scala:4: error: type mismatch;
 found   : Foo.this.x.type (with underlying type Foo.this.bar)
 required: AnyRef
Note that implicit conversions are not applicable because they are ambiguous:
 both method any2stringadd in object Predef of type (x: Any)scala.runtime.StringAdd
 and method any2stringfmt in object Predef of type (x: Any)scala.runtime.StringFormat
 are possible conversion functions from Foo.this.x.type to AnyRef
        def break(): x.type
                     ^
one error found