使用函数变量语法时,自动完成会中断

时间:2018-04-23 13:38:19

标签: swift4

每当我将函数定义为变量时,我都会失去自动完成功能。如果说我写这样的代码:

typealias MyFunction = (_ foo: Int) -> Void

let myFunction: MyFunction = { foo in
    print(foo) // shows <<error type>>
}

foo将在弹出窗口中显示<<error type>>

这在Xcode 9.3中

0 个答案:

没有答案