summaryrefslogtreecommitdiff
path: root/test/files/run/t9170.scala
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan@lightbend.com>2017-02-21 11:57:05 -0800
committerGitHub <noreply@github.com>2017-02-21 11:57:05 -0800
commitd60f6e340766f8876adb21092081bf264c64597f (patch)
treec465fa15a9e1d6207c45107b318818aa84b6ea50 /test/files/run/t9170.scala
parenta8c4a54d18c5560417d8c41db8b23a10fe8d616d (diff)
downloadscala-d60f6e340766f8876adb21092081bf264c64597f.tar.gz
scala-d60f6e340766f8876adb21092081bf264c64597f.tar.bz2
scala-d60f6e340766f8876adb21092081bf264c64597f.zip
Revert "SI-10133 Require escaped single quote char lit"
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 cb7971235f..87471fb129 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"""
}