diff options
Diffstat (limited to 'tests/new/interfaceLibrary/LibraryAspect.java')
-rw-r--r-- | tests/new/interfaceLibrary/LibraryAspect.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/new/interfaceLibrary/LibraryAspect.java b/tests/new/interfaceLibrary/LibraryAspect.java new file mode 100644 index 000000000..34a6a36b9 --- /dev/null +++ b/tests/new/interfaceLibrary/LibraryAspect.java @@ -0,0 +1,6 @@ + +aspect LibraryAspect { + public void lib.LibraryInterface.run() { + System.err.println("LibraryAspect-defined run() for " + this); + } +}
\ No newline at end of file |