summaryrefslogtreecommitdiff
path: root/test/files/scalap/classWithSelfAnnotation/A.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/scalap/classWithSelfAnnotation/A.scala')
-rw-r--r--test/files/scalap/classWithSelfAnnotation/A.scala2
1 files changed, 1 insertions, 1 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
+}