summaryrefslogtreecommitdiff
path: root/test/files/scalap/classWithSelfAnnotation/A.scala
diff options
context:
space:
mode:
authorilyas <ilyas@epfl.ch>2009-05-06 10:24:51 +0000
committerilyas <ilyas@epfl.ch>2009-05-06 10:24:51 +0000
commit6f4ba5480f9aa43baf49de774b64d0b3dbc95a10 (patch)
tree32b7092731f293579f11c282aab3e83199d2c7aa /test/files/scalap/classWithSelfAnnotation/A.scala
parent330ad12bbf800572dd8f493b87b7e501a975b0ca (diff)
downloadscala-6f4ba5480f9aa43baf49de774b64d0b3dbc95a10.tar.gz
scala-6f4ba5480f9aa43baf49de774b64d0b3dbc95a10.tar.bz2
scala-6f4ba5480f9aa43baf49de774b64d0b3dbc95a10.zip
Scala decompiler test suite added
Diffstat (limited to 'test/files/scalap/classWithSelfAnnotation/A.scala')
-rw-r--r--test/files/scalap/classWithSelfAnnotation/A.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/scalap/classWithSelfAnnotation/A.scala b/test/files/scalap/classWithSelfAnnotation/A.scala
new file mode 100644
index 0000000000..f665630690
--- /dev/null
+++ b/test/files/scalap/classWithSelfAnnotation/A.scala
@@ -0,0 +1,4 @@
+class ClassWithSelfAnnotation {
+ this: CharSequence =>
+ def foo = 239
+} \ No newline at end of file