aboutsummaryrefslogtreecommitdiff
path: root/src/test/test1/SetName.java
blob: 95e283e59b88bcd1faf578bacec8d4fefce5e8ea (plain)
1
2
3
4
5
6
package test1;

public class SetName {
    public int i;
    public int foo(SetName sn) { return 1; }
}