summaryrefslogtreecommitdiffstats
path: root/tests/bugs189/485583/Foo.aj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs189/485583/Foo.aj')
-rw-r--r--tests/bugs189/485583/Foo.aj4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bugs189/485583/Foo.aj b/tests/bugs189/485583/Foo.aj
new file mode 100644
index 000000000..3997385f7
--- /dev/null
+++ b/tests/bugs189/485583/Foo.aj
@@ -0,0 +1,4 @@
+
+public abstract class Foo {
+ public abstract pointcut deprecatedCode();
+}