summaryrefslogtreecommitdiff
path: root/test/files/pos/ticket0137.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/ticket0137.scala')
-rw-r--r--test/files/pos/ticket0137.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/ticket0137.scala b/test/files/pos/ticket0137.scala
index 4ee92ae8a7..94ef8e49fc 100644
--- a/test/files/pos/ticket0137.scala
+++ b/test/files/pos/ticket0137.scala
@@ -5,4 +5,4 @@ trait AbsM {
}
type AM[_] // to trigger the bug, this must be an abstract type member that comes after the reference to it
-} \ No newline at end of file
+}