为什么不在Swift工作?

时间:2015-07-23 14:05:47

标签: swift

为什么以下内容无效?

func someFunction() throws {
    print ("this is a test")
}

enter image description here

1 个答案:

答案 0 :(得分:0)

我相信在swift 2.0中引入了throws,如果你使用的是早期版本,那么你将无法使用它。

https://developer.apple.com/swift/blog/?id=29