mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
…for extensions. This change also removes @implementation(CategoryName); you should attach the category name to the @objc attribute instead. And there are small changes to how much checking the compiler will do on an @objc @implementation after the decl checker has discovered a problem with it.