kylef / Spectre

BDD Framework and test runner for Swift projects and playgrounds
BSD 2-Clause "Simplified" License
404 stars 41 forks source link

remove the pre-increment/decrement operators #15

Closed tanner0101 closed 8 years ago

tanner0101 commented 8 years ago

These are flagged as deprecated in Swift 2.2.

https://github.com/apple/swift-evolution/blob/master/proposals/0004-remove-pre-post-inc-decrement.md

kylef commented 8 years ago

Thanks @tannernelson.