Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
quickfix
/
replaceWithSafeCall
/
invokeOperator.kt.after
blob: 1dca1c8903888d02118be60d608da3f6eaa4f926 [
file
]
// "Replace with safe (?.) call" "true"
// WITH_RUNTIME
val functions
:
Map
<
String
,
()
->
Any
>
=
TODO
()
fun run
(
name
:
String
)
=
functions
[
name
]?.
invoke
()