Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
ir
/
irText
/
expressions
/
extFunInvokeAsFun.kt.txt
blob: 43ed62ae69796a93016ededae82a19e465663795 [
file
] [
log
] [
blame
]
fun with1(receiver: Any?, block: @ExtensionFunctionType Function1<Any?, Unit>) {
return block.invoke(p1 = receiver)
}
fun with2(receiver: Any?, block: @ExtensionFunctionType Function1<Any?, Unit>) {
return block.invoke(p1 = receiver)
}