blob: 4ae157d72804526662e7023455df7850f5416c61 [file] [log] [blame]
package p1;
public class C1 {
protected C1(int i) { } //protected constructor
}