blob: 3b062c34e4875167ad9e5e09935d1f7990e6d3c0 [file] [log] [blame]
// "Replace with safe (?.) call" "true"
// WITH_RUNTIME
fun foo() {}
fun bar() {
val fff: (() -> Unit)? = ::foo
<caret>fff()
}