blob: 47dc8e2c60c0212f46ff1fbf343b05693bba4444 [file] [log] [blame]
public class X {
X(int i) {}
protected void foo(String s) {}
protected void foo(int i) {}
protected void foo(float f) {}
}