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.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/scalap/classWithSelfAnnotation/result.test b/test/files/scalap/classWithSelfAnnotation/result.test
new file mode 100644
index 0000000000..9e20790fa2
--- /dev/null
+++ b/test/files/scalap/classWithSelfAnnotation/result.test
@@ -0,0 +1,5 @@
+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