Files
kotlin/idea/testData/quickfix/replaceWithSafeCall/invokeOperator.kt.after

6 lines
154 B
Plaintext
Vendored

// "Replace with safe (?.) call" "true"
// WITH_RUNTIME
val functions: Map<String, () -> Any> = TODO()
fun run(name: String) = functions[name]?.invoke()