[swift-dev] This little program currently compiles fine, but should it?

Jens Persson jens at bitcycle.com
Mon Dec 14 12:08:05 CST 2015


func ok() {
    let s = "see"; "Why are there exactly "
    0 == 0 * 42
    "warnings and errors in this code"
    let t = s + "?"
    print(t)
}
ok() // see?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20151214/1bfa86a0/attachment.html>


More information about the swift-dev mailing list