diff options
Diffstat (limited to 'tests/bugs169/pr318241/PkItd.aj')
-rw-r--r-- | tests/bugs169/pr318241/PkItd.aj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/bugs169/pr318241/PkItd.aj b/tests/bugs169/pr318241/PkItd.aj new file mode 100644 index 000000000..e061cb0be --- /dev/null +++ b/tests/bugs169/pr318241/PkItd.aj @@ -0,0 +1,8 @@ +package somepackage; + +privileged aspect PkItd { + + declare parents: Pk implements java.io.Serializable; + + private static final long Pk.serialVersionUID = -3602111784930992656L; +} |