首先我认为Xcode是错误的,所以我重新启动了Xcode,但是重新启动mac后问题仍然存在。
然后我想通了.default
之后的分号或另一个变量的声明来修复它。
我认为Xcode认为在.default
之后作业并没有结束,但我很好奇是否还有更多/更好的解释原因。
func setupNotificationHandling() {
let notificationCenter = NotificationCenter.default
// Can't access notificationCenter via autocompletion here
}