Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxInline
/
anonymousObject
/
safeCall.2.kt
blob: f30d224303a9e3fcf790d7fe5582ffeb96cd54b0 [
file
]
package
test
class
W
(
val value
:
Any
)
inline
fun W
.
safe
(
crossinline body
:
Any
.()
->
Unit
)
{
{
this
.
value
?.
body
()
}()
}