FILE: flowFromInplaceLambda3.kt
    public final fun unknown(x: R|() -> kotlin/Unit|): R|kotlin/Unit|
        [R|Contract description]
         <
            CallsInPlace(x, UNKNOWN)
        >
     {
        [StubStatement]
        R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()
    }
    public final fun atLeastOnce(x: R|() -> kotlin/Unit|): R|kotlin/Unit|
        [R|Contract description]
         <
            CallsInPlace(x, AT_LEAST_ONCE)
        >
     {
        [StubStatement]
        R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()
    }
    public final fun exactlyOnce(x: R|() -> kotlin/Unit|): R|kotlin/Unit|
        [R|Contract description]
         <
            CallsInPlace(x, AT_LEAST_ONCE)
        >
     {
        [StubStatement]
        R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()
    }
    public final fun atMostOnce(x: R|() -> kotlin/Unit|): R|kotlin/Unit|
        [R|Contract description]
         <
            CallsInPlace(x, AT_MOST_ONCE)
        >
     {
        [StubStatement]
    }
    public final fun test1(): R|kotlin/Unit| {
        lvar x: R|kotlin/Any?|
        R|<local>/x| = String()
        R|<local>/x|.R|kotlin/String.length|
        R|/unknown|(<L> = unknown@fun <anonymous>(): R|kotlin/Unit| <inline=NoInline, kind=UNKNOWN>  {
            R|<local>/x| = Int(1)
        }
        )
        R|<local>/x|.<Unresolved name: length>#
        R|<local>/x|.<Unresolved name: inc>#()
    }
    public final fun test2(): R|kotlin/Unit| {
        lvar x: R|kotlin/Any?|
        R|<local>/x| = String()
        R|<local>/x|.R|kotlin/String.length|
        R|/atLeastOnce|(<L> = atLeastOnce@fun <anonymous>(): R|kotlin/Unit| <inline=NoInline, kind=AT_LEAST_ONCE>  {
            R|<local>/x| = Int(1)
        }
        )
        R|<local>/x|.<Unresolved name: length>#
        R|<local>/x|.R|kotlin/Int.inc|()
    }
    public final fun test3(): R|kotlin/Unit| {
        lvar x: R|kotlin/Any?|
        R|<local>/x| = String()
        R|<local>/x|.R|kotlin/String.length|
        R|/exactlyOnce|(<L> = exactlyOnce@fun <anonymous>(): R|kotlin/Unit| <inline=NoInline, kind=AT_LEAST_ONCE>  {
            R|<local>/x| = Int(1)
        }
        )
        R|<local>/x|.<Unresolved name: length>#
        R|<local>/x|.R|kotlin/Int.inc|()
    }
    public final fun test4(): R|kotlin/Unit| {
        lvar x: R|kotlin/Any?|
        R|<local>/x| = String()
        R|<local>/x|.R|kotlin/String.length|
        R|/atMostOnce|(<L> = atMostOnce@fun <anonymous>(): R|kotlin/Unit| <inline=NoInline, kind=AT_MOST_ONCE>  {
            R|<local>/x| = Int(1)
        }
        )
        R|<local>/x|.<Unresolved name: length>#
        R|<local>/x|.<Unresolved name: inc>#()
    }
