summaryrefslogtreecommitdiffstats
path: root/tests/bugs150
diff options
context:
space:
mode:
authoracolyer <acolyer>2005-09-02 14:44:26 +0000
committeracolyer <acolyer>2005-09-02 14:44:26 +0000
commit2c88c598b950136bf54376eecbf58f14a19666c4 (patch)
tree12333d10a8abf257403fbb17057af499b6b46a9a /tests/bugs150
parentb17ff4ed2d55ec24f1f1a6f3fe70ffd91ac18e62 (diff)
downloadaspectj-2c88c598b950136bf54376eecbf58f14a19666c4.tar.gz
aspectj-2c88c598b950136bf54376eecbf58f14a19666c4.zip
test and fix for pr101606, unused privated method warnings incorrectly generated for pointcuts
Diffstat (limited to 'tests/bugs150')
-rw-r--r--tests/bugs150/pr101606.aj5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bugs150/pr101606.aj b/tests/bugs150/pr101606.aj
new file mode 100644
index 000000000..db234e3c4
--- /dev/null
+++ b/tests/bugs150/pr101606.aj
@@ -0,0 +1,5 @@
+public aspect pr101606 {
+
+ private pointcut foo();
+
+} \ No newline at end of file