summaryrefslogtreecommitdiff
path: root/test/files/pos/bug1085.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/bug1085.scala')
-rw-r--r--test/files/pos/bug1085.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/bug1085.scala b/test/files/pos/bug1085.scala
index 8330b7e399..c59e657cb2 100644
--- a/test/files/pos/bug1085.scala
+++ b/test/files/pos/bug1085.scala
@@ -6,4 +6,4 @@ object Test {
def listFunctor[a]: Functor[a]{type MyType[x]=List[x]} = new Functor[a] {
type MyType[t]=List[t]
}
-} \ No newline at end of file
+}