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