diff options
Diffstat (limited to 'tests/bugs/serialVersionUID/ITDMethod.aj')
-rw-r--r-- | tests/bugs/serialVersionUID/ITDMethod.aj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bugs/serialVersionUID/ITDMethod.aj b/tests/bugs/serialVersionUID/ITDMethod.aj new file mode 100644 index 000000000..a7a635a1f --- /dev/null +++ b/tests/bugs/serialVersionUID/ITDMethod.aj @@ -0,0 +1,7 @@ +public aspect ITDMethod {
+
+ private void Test.voidMethod () {
+ System.out.println("? ITDMethod.voidMethod()");
+ }
+
+}
|