标签: swift4
每当我将函数定义为变量时,我都会失去自动完成功能。如果说我写这样的代码:
typealias MyFunction = (_ foo: Int) -> Void let myFunction: MyFunction = { foo in print(foo) // shows <<error type>> }
foo将在弹出窗口中显示<<error type>>。
foo
<<error type>>
这在Xcode 9.3中