Avatar
@swift-5.2.5 let f: (() -> ())? = { print("hello") } f? () (edited)