let x = (Int, Int)(1, 2)  //=> (1, 2)
let y = (Int)(1)          //=> 1
let z = ()()              // error :(

Am I requesting too much from type checker?

_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to