aboutsummaryrefslogtreecommitdiffstats
path: root/tests/new/twofiles/TheObject.java
blob: 378841dd40af5791e97bbc15bf5491bea98148ca (plain)
1
2
3
4
5
6
import org.aspectj.testing.Tester;
public class TheObject {
    public static void main(String[] args) {
        Tester.check(true, "compiled!");
    }
}