diff options
Diffstat (limited to 'tests/incrementalju/full-rebuild/changes/Aspect.20.java')
-rw-r--r-- | tests/incrementalju/full-rebuild/changes/Aspect.20.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/incrementalju/full-rebuild/changes/Aspect.20.java b/tests/incrementalju/full-rebuild/changes/Aspect.20.java new file mode 100644 index 000000000..94367bb64 --- /dev/null +++ b/tests/incrementalju/full-rebuild/changes/Aspect.20.java @@ -0,0 +1,4 @@ + +public aspect Aspect { + declare warning : execution(static void main(String[])): "dw"; +}
\ No newline at end of file |