diff options
Diffstat (limited to 'tests/apt/test2/Code.java')
-rw-r--r-- | tests/apt/test2/Code.java | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/apt/test2/Code.java b/tests/apt/test2/Code.java new file mode 100644 index 000000000..fa7ceebc9 --- /dev/null +++ b/tests/apt/test2/Code.java @@ -0,0 +1,12 @@ +public class Code { + + public void moo() {} + + @Marker + public void boo() {} + + @Marker + public void too() {} + + public void woo() {} +}
\ No newline at end of file |