summaryrefslogtreecommitdiff
path: root/test/files/pos/t2421b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t2421b.scala')
-rw-r--r--test/files/pos/t2421b.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t2421b.scala b/test/files/pos/t2421b.scala
index 0df3461662..8b848abb75 100644
--- a/test/files/pos/t2421b.scala
+++ b/test/files/pos/t2421b.scala
@@ -11,7 +11,7 @@ object Test {
f
}
-/* bug:
+/* bug:
error: ambiguous implicit values:
both method b in object Test1 of type [X <: Test1.B]Test1.F[X]
and method a in object Test1 of type => Test1.F[Test1.A]