blob: f535f8c69d6ba3bb1f44cec6278f412d811c1452 [file] [log] [blame]
public abstract class TypeWithConstructor {
protected TypeWithConstructor(int i) {
}
}