summaryrefslogtreecommitdiffstats
path: root/tests/errors/DuplicatedNames.java
blob: 4e8cc2bdc2b625140d4c4cbb4c6a93bd447f8fcc (plain)
1
2
3
4
5
6
7
8
9
public class DuplicatedNames { }

interface DuplicatedNames { }

class DuplicatedNames { }

aspect DuplicatedNames { }

aspect DuplicatedNames of eachJVM() { }