From 08de8afde6c99fb1739eb9730e6fce4eef54f296 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Thu, 20 Sep 2012 09:58:20 -0700 Subject: Normalized line endings. This brings all the files into line with the .gitattributes settings, which should henceforth be automatically maintained by git. --- test/files/run/reify_ann4.check | 64 ++++++++++++++++++++--------------------- 1 file changed, 32 insertions(+), 32 deletions(-) (limited to 'test/files/run/reify_ann4.check') diff --git a/test/files/run/reify_ann4.check b/test/files/run/reify_ann4.check index 6f853053d2..8bf5fe3242 100644 --- a/test/files/run/reify_ann4.check +++ b/test/files/run/reify_ann4.check @@ -1,32 +1,32 @@ -{ - class D extends StaticAnnotation { - def () = { - super.(); - () - } - }; - class C extends AnyRef { - def () = { - super.(); - () - } - }; - val c1 = new C @D(); - () -} -{ - class D extends scala.annotation.Annotation with scala.annotation.StaticAnnotation { - def (): D = { - D.super.(); - () - } - }; - class C extends AnyRef { - def (): C = { - C.super.(); - () - } - }; - val c1: C = new C @D(); - () -} +{ + class D extends StaticAnnotation { + def () = { + super.(); + () + } + }; + class C extends AnyRef { + def () = { + super.(); + () + } + }; + val c1 = new C @D(); + () +} +{ + class D extends scala.annotation.Annotation with scala.annotation.StaticAnnotation { + def (): D = { + D.super.(); + () + } + }; + class C extends AnyRef { + def (): C = { + C.super.(); + () + } + }; + val c1: C = new C @D(); + () +} -- cgit v1.2.3