// "Safe delete constructor" "false" // ACTION: Convert to primary constructor // ACTION: Make internal // ACTION: Make private // ACTION: Make protected class CtorUsedByOtherCtor { constructor() constructor(p: String): this() }