@receiver:StringRes Android Studio lint Invalid

The sample code is as follows

@StringRes
inline fun @receiver:StringRes Int.b(): Int {
    println(this)
    return R.string.minute_unit
}

fun main() {
    123.b()
}

Others are normal