blob: c6e3457d622c362b0b47133956894360a41d5a15 [file] [log] [blame]
public class X {
protected X(int i) {}
protected X(String s) {}
}