diff options
Diffstat (limited to 'tests/options/aspectpath/MyClass.java')
-rw-r--r-- | tests/options/aspectpath/MyClass.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/options/aspectpath/MyClass.java b/tests/options/aspectpath/MyClass.java new file mode 100644 index 000000000..ef0d28767 --- /dev/null +++ b/tests/options/aspectpath/MyClass.java @@ -0,0 +1,5 @@ +public class MyClass { + + void foo() {} + +}
\ No newline at end of file |