summaryrefslogtreecommitdiff
path: root/test/files/neg/bug900.check
blob: 0bb5edad80c27cf67dea943588179afbcad5de2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
bug900.scala:4: error: type mismatch;
 found   : Foo.this.x.type (with underlying type Foo.this.bar)
 required: scala.AnyRef
Note that implicit conversions are not applicable because they are ambiguous:
 both method any2stringadd in object Predef of type (scala.Any)scala.runtime.StringAdd
 and method any2ArrowAssoc in object Predef of type [a](a)scala.Predef.ArrowAssoc[a]
 are possible conversion functions from Foo.this.x.type to scala.AnyRef
        def break(): x.type
                     ^
one error found