[FIR] Add // FIR_DUMP to some implicit invoke tests

Although these dumps don't really show if
something is a `FirFunctionCall` or a
`FirImplicitInvokeCall`, they do show what
goes into the receiver, and what are value
arguments.
This commit is contained in:
Nikolay Lunyak
2024-01-22 17:51:16 +02:00
committed by Space Team
parent 9b786d35f8
commit 3024ec3da3
14 changed files with 83 additions and 0 deletions
@@ -0,0 +1,4 @@
FILE: expressionsInQaSelectorsReceiverConversion.fir.kt
public final fun test(f: R|(kotlin/Int) -> kotlin/Int|): R|kotlin/Unit| {
R|<local>/f|.R|SubstitutionOverride<kotlin/Function1.invoke: R|kotlin/Int|><Inapplicable(INAPPLICABLE): kotlin/Function1.invoke>#|(Int(2))
}