FILE: dependencyWithoutAttributePlugin.kt
    public final fun takePositive(x: R|@Positive kotlin/Number|): R|kotlin/Unit| {
    }
    public final fun takeNegative(x: R|@Negative kotlin/Number|): R|kotlin/Unit| {
    }
    public final fun takeAny(x: R|kotlin/Number|): R|kotlin/Unit| {
    }
    public final fun test_1(positiveInt: R|@Positive kotlin/Int|, negativeInt: R|@Negative kotlin/Int|, someInt: R|kotlin/Int|): R|kotlin/Unit| {
        R|org/jetbrains/kotlin/fir/plugin/consumePositiveInt|(R|<local>/positiveInt|)
        R|org/jetbrains/kotlin/fir/plugin/consumePositiveInt|(R|<local>/negativeInt|)
        R|org/jetbrains/kotlin/fir/plugin/consumePositiveInt|(R|<local>/someInt|)
    }
    public final fun test_2(): R|kotlin/Unit| {
        lval x: R|@Positive kotlin/Int| = R|org/jetbrains/kotlin/fir/plugin/producePositiveInt|()
        R|/takePositive|(R|<local>/x|)
        R|/takeNegative|(R|<local>/x|)
        R|/takeAny|(R|<local>/x|)
    }
    public final fun test_3(): R|kotlin/Unit| {
        lval x: R|@Positive kotlin/Int| = R|org/jetbrains/kotlin/fir/plugin/produceBoxedPositiveInt|().R|SubstitutionOverride<org/jetbrains/kotlin/fir/plugin/Box.value: R|@Positive kotlin/Int|>|
        R|/takePositive|(R|<local>/x|)
        R|/takeNegative|(R|<local>/x|)
        R|/takeAny|(R|<local>/x|)
    }
