FILE: extensionLambdaInDefaultArgument.kt
    public final fun test(f: R|kotlin/String.() -> kotlin/Int| = fun R|kotlin/String|.<anonymous>(): R|ERROR CLASS: Unresolved name: length| {
        ^ <Unresolved name: length>#
    }
    ): R|kotlin/Int| {
        ^test R|<local>/f|.R|FakeOverride<kotlin/Function1.invoke: R|kotlin/Int|>|(String())
    }
