When I put these two lines in a Swift file in Xcode (8.1), I get both “SourceKitService quit unexpectedly” and “lldb-rpc-server quit unexpectedly”:
func f(_ a: Int, _ b: Int) { }
func f(_ ab: (Int, Int)) { }
Where should I file a bug report?
Nevin
_______________________________________________ swift-dev mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-dev
