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