summaryrefslogtreecommitdiffstats
path: root/tests/pureJava/nameConflicts/p1.java
blob: 0f7635742aa122ce7023b3fa533e8df19363de38 (plain)
1
2
3
4
// deliberate conflict with package p1
public class p1 {
    public static class Foo {}
}