diff options
Diffstat (limited to 'tests/pureJava/OpenComment.java')
-rw-r--r-- | tests/pureJava/OpenComment.java | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/pureJava/OpenComment.java b/tests/pureJava/OpenComment.java new file mode 100644 index 000000000..175cb4e07 --- /dev/null +++ b/tests/pureJava/OpenComment.java @@ -0,0 +1,10 @@ +import org.aspectj.testing.Tester; + +public class OpenComment { + public static void main(String[] args) { } +} + +/* foo +bar * +/ + |