Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f467c970b2a4ee4ada1a66e72db80b847652c1d1
/
.
/
compiler
/
testData
/
ir
/
irText
/
expressions
/
extFunInvokeAsFun.kt
blob: c11a948ce9f8f360ab844eadd7f527e9a426abfc [
file
] [
log
] [
blame
]
// FIR_IDENTICAL
fun with1
(
receiver
:
Any
?,
block
:
Any
?.()
->
Unit
)
=
block
(
receiver
)
fun with2
(
receiver
:
Any
?,
block
:
Any
?.()
->
Unit
)
=
receiver
.
block
()