// IS_APPLICABLE: false annotation class Inject open class Test private constructor() { private @Inject constructor(i: Int) : this() { } }