diff options
Diffstat (limited to 'tests/new/LowerAndUpper.java')
-rw-r--r-- | tests/new/LowerAndUpper.java | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/new/LowerAndUpper.java b/tests/new/LowerAndUpper.java new file mode 100644 index 000000000..c36341a9a --- /dev/null +++ b/tests/new/LowerAndUpper.java @@ -0,0 +1,13 @@ +import org.aspectj.testing.Tester; + +public class LowerAndUpper { + public static void main(String[] args) { + Tester.check(true, "compiled!"); + } +} + +class A { +} + +class a { +} |