summaryrefslogtreecommitdiffstats
path: root/tests/errors/BadConstructorName.java
blob: 8a10aaf169c1842e028be6aba9bf8cf1ec417616 (plain)
1
2
3
4
5
6
import org.aspectj.testing.Tester;

class BadConstructorName {
    public FooBar() {} 
}