diff options
Diffstat (limited to 'ajde/testdata/ReweavableTest/ThirdAspect.aj')
-rw-r--r-- | ajde/testdata/ReweavableTest/ThirdAspect.aj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ajde/testdata/ReweavableTest/ThirdAspect.aj b/ajde/testdata/ReweavableTest/ThirdAspect.aj new file mode 100644 index 000000000..c6c6b1a43 --- /dev/null +++ b/ajde/testdata/ReweavableTest/ThirdAspect.aj @@ -0,0 +1,5 @@ +
+public aspect ThirdAspect {
+
+ int CalculatePI.x;
+}
\ No newline at end of file |