From 6f4ba5480f9aa43baf49de774b64d0b3dbc95a10 Mon Sep 17 00:00:00 2001 From: ilyas Date: Wed, 6 May 2009 10:24:51 +0000 Subject: Scala decompiler test suite added --- test/files/scalap/classWithSelfAnnotation/A.scala | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/files/scalap/classWithSelfAnnotation/A.scala (limited to 'test/files/scalap/classWithSelfAnnotation/A.scala') 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 -- cgit v1.2.3