aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/test3/Mods.java
blob: 3d4dbb1aeccfc3f4449c90d863fbc801bfe6f4c0 (plain)
1
2
3
4
5
6
7
8
9
package test3;

public class Mods {
    public int foo;
}

interface Mods2 {
    int foo();
}