summaryrefslogtreecommitdiffstats
path: root/tests/new/LowerAndUpper.java
blob: c36341a9ad4a51df69e62ddd9dc6aa85dee1e9bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import org.aspectj.testing.Tester;

public class LowerAndUpper {
    public static void main(String[] args) {
        Tester.check(true, "compiled!");
    }
}

class A {
}

class a {
}