summaryrefslogtreecommitdiff
path: root/test/files/scalap/classWithSelfAnnotation
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/scalap/classWithSelfAnnotation')
-rw-r--r--test/files/scalap/classWithSelfAnnotation/A.scala2
-rw-r--r--test/files/scalap/classWithSelfAnnotation/result.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/files/scalap/classWithSelfAnnotation/A.scala b/test/files/scalap/classWithSelfAnnotation/A.scala
index f665630690..9e0398622a 100644
--- a/test/files/scalap/classWithSelfAnnotation/A.scala
+++ b/test/files/scalap/classWithSelfAnnotation/A.scala
@@ -1,4 +1,4 @@
class ClassWithSelfAnnotation {
this: CharSequence =>
def foo = 239
-} \ No newline at end of file
+}
diff --git a/test/files/scalap/classWithSelfAnnotation/result.test b/test/files/scalap/classWithSelfAnnotation/result.test
index 9e20790fa2..326437c7be 100644
--- a/test/files/scalap/classWithSelfAnnotation/result.test
+++ b/test/files/scalap/classWithSelfAnnotation/result.test
@@ -2,4 +2,4 @@ class ClassWithSelfAnnotation extends java.lang.Object with scala.ScalaObject {
this : ClassWithSelfAnnotation with java.lang.CharSequence =>
def this() = { /* compiled code */ }
def foo : scala.Int = { /* compiled code */ }
-} \ No newline at end of file
+}