summaryrefslogtreecommitdiff
path: root/test/files/buildmanager/t2556_3/t2556_3.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/buildmanager/t2556_3/t2556_3.check')
-rw-r--r--test/files/buildmanager/t2556_3/t2556_3.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/buildmanager/t2556_3/t2556_3.check b/test/files/buildmanager/t2556_3/t2556_3.check
index af0c63eebc..01dfa79b12 100644
--- a/test/files/buildmanager/t2556_3/t2556_3.check
+++ b/test/files/buildmanager/t2556_3/t2556_3.check
@@ -11,8 +11,8 @@ B.scala:3: error: type mismatch;
found : C
required: ?{val x: ?}
Note that implicit conversions are not applicable because they are ambiguous:
- both method any2ArrowAssoc in object Predef of type [A](x: A)ArrowAssoc[A]
- and method any2Ensuring in object Predef of type [A](x: A)Ensuring[A]
+ both method any2Ensuring in object Predef of type [A](x: A)Ensuring[A]
+ and method any2ArrowAssoc in object Predef of type [A](x: A)ArrowAssoc[A]
are possible conversion functions from C to ?{val x: ?}
println( (new C).x )
^