summaryrefslogtreecommitdiff
path: root/test/files/neg/bug900.check
blob: 531ac5bee487bde6fcccc4b8ca0eac9bd796622d (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: java.lang.Object
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 java.lang.Object
        def break(): x.type
                     ^
one error found