summaryrefslogtreecommitdiff
path: root/test/files/run/t9170.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t9170.scala')
-rw-r--r--test/files/run/t9170.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/t9170.scala b/test/files/run/t9170.scala
index 87471fb129..cb7971235f 100644
--- a/test/files/run/t9170.scala
+++ b/test/files/run/t9170.scala
@@ -48,8 +48,8 @@ object Y {
def f[A](a: => A): Int at line 12 and
def f[A](a: => Either[Exception,A]): Int at line 13
have same type after erasure: (a: Function0)Int
- def f[A](a: => Either[Exception, A]) = 2
- ^
+ def f[A](a: => Either[Exception, A]) = 2
+ ^
scala> :quit"""
}