summaryrefslogtreecommitdiff
path: root/test/files/scalap/classWithSelfAnnotation.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/scalap/classWithSelfAnnotation.check')
-rw-r--r--test/files/scalap/classWithSelfAnnotation.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/scalap/classWithSelfAnnotation.check b/test/files/scalap/classWithSelfAnnotation.check
index 82bbd9e8df..7a1c206e33 100644
--- a/test/files/scalap/classWithSelfAnnotation.check
+++ b/test/files/scalap/classWithSelfAnnotation.check
@@ -1,5 +1,5 @@
class ClassWithSelfAnnotation extends scala.AnyRef {
- this : ClassWithSelfAnnotation with java.lang.CharSequence =>
+ this: ClassWithSelfAnnotation with java.lang.CharSequence =>
def this() = { /* compiled code */ }
- def foo : scala.Int = { /* compiled code */ }
+ def foo: scala.Int = { /* compiled code */ }
}