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