blob: 9eb8d1daa0d3b82de01e62edec7f0f55df52b73c [file] [log] [blame]
package testproxy.sub;
@SuppressWarnings("unused")
public class TargetSuper {
private int poi() { return 1; }
int poi2() { return 2; }
public int poi3() { return 3; }
}