blob: 8f9864a079a896add9a3dfccfd47fe8fc2e6071e [file]
// "Replace with safe (?.) call" "true"
// WITH_RUNTIME
fun bar() {
val fff: (() -> Int)? = { 1 }
var i: Int = 1
i = fff<caret>()
}