diff options
Diffstat (limited to 'tests/bugs')
-rw-r--r-- | tests/bugs/Pr51322.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/bugs/Pr51322.java b/tests/bugs/Pr51322.java new file mode 100644 index 000000000..9a7268e96 --- /dev/null +++ b/tests/bugs/Pr51322.java @@ -0,0 +1,6 @@ +class A {} +public abstract aspect Pr51322 +{ + public void A.aMethod(Object x) {} + public void A.someMethod(WCharType a) { } +}
\ No newline at end of file |