FILE: illegalSelectorWithLambdaInReceiverAndSelector.fir.kt
    public final fun bar(b: R|kotlin/Boolean|, i: R|kotlin/Int|, block: R|kotlin/Int.() -> kotlin/Unit|): R|kotlin/Unit| {
        R|<local>/block|.R|SubstitutionOverride<kotlin/Function1.invoke: R|kotlin/Unit|><Inapplicable(INAPPLICABLE): kotlin/Function1.invoke>#|(ERROR_EXPR(Qualified expression with unexpected selector)block@fun <anonymous>(): R|kotlin/String| <inline=NoInline>  {
            ^ when () {
                R|<local>/b| ->  {
                    String(s3)
                }
                else ->  {
                    String(s4)
                }
            }

        }
        .ERROR_EXPR(The expression cannot be a selector (occur after a dot)))
    }
