summaryrefslogtreecommitdiff
path: root/test/files/neg/bug900.check
blob: 778bce7c9f09a3cf6b50e6f58c26cbdb7c9f0b6e (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: AnyRef
Note that implicit conversions are not applicable because they are ambiguous:
 both method orderingToOrdered in object Predef of type [T](T)(implicit Ordering[T])Ordered[T]
 and method any2stringadd in object Predef of type (Any)scala.runtime.StringAdd
 are possible conversion functions from Foo.this.x.type to AnyRef
        def break(): x.type
                     ^
one error found