summaryrefslogtreecommitdiff
path: root/test/files/pos/test2.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/test2.scala')
-rw-r--r--test/files/pos/test2.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/test2.scala b/test/files/pos/test2.scala
index fe36d07f1b..0dcc16ffab 100644
--- a/test/files/pos/test2.scala
+++ b/test/files/pos/test2.scala
@@ -2,4 +2,4 @@ import scala._;
object test2 {
def f(x: Int): Int = 'a';
def g(x: Int) = f(f(x));
-} \ No newline at end of file
+}