summaryrefslogtreecommitdiff
path: root/test/files/neg/structural.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/structural.scala')
-rw-r--r--test/files/neg/structural.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/structural.scala b/test/files/neg/structural.scala
index ae15c4b166..dd8817d902 100644
--- a/test/files/neg/structural.scala
+++ b/test/files/neg/structural.scala
@@ -42,4 +42,4 @@ object Test extends Application {
type Summable[T] = { def +(v : T) : T }
def sum[T <: Summable[T]](xs : List[T]) = xs.reduceLeft[T](_ + _)
-} \ No newline at end of file
+}