blob: e7c60ecdbaf17301759fe72487d727225ce39389 [file] [log] [blame]
// IS_APPLICABLE: false
annotation class Inject
open class Test<caret> private constructor() {
private @Inject constructor(i: Int) : this() {
}
}