fe979cc822
This test is equivalent to IDE debugger test testNoParameterExtensionLambdaArgumentCallInInline3, which changes behavior due to previous commit
8 lines
836 B
Plaintext
Vendored
8 lines
836 B
Plaintext
Vendored
@0:0..4:0 FILE fqName:<root> fileName:/extensionLambdaCall.kt
|
|
@0:0..3:1 FUN name:lookAtMe visibility:public modality:FINAL <> (f:@[ExtensionFunctionType] kotlin.Function1<kotlin.String, kotlin.Unit>) returnType:kotlin.Unit
|
|
@0:13..33 VALUE_PARAMETER name:f index:0 type:@[ExtensionFunctionType] kotlin.Function1<kotlin.String, kotlin.Unit>
|
|
@0:35..3:1 BLOCK_BODY
|
|
@2:12..15 CALL 'public abstract fun invoke (p1: P1 of kotlin.Function1): R of kotlin.Function1 [operator] declared in kotlin.Function1' type=kotlin.Unit origin=INVOKE
|
|
@2:12..13 GET_VAR 'f: @[ExtensionFunctionType] kotlin.Function1<kotlin.String, kotlin.Unit> declared in <root>.lookAtMe' type=@[ExtensionFunctionType] kotlin.Function1<kotlin.String, kotlin.Unit> origin=VARIABLE_AS_FUNCTION
|
|
@1:5..8 CONST String type=kotlin.String value="123"
|