You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"'@objc' can only be applied to an extension of a class", ())
6431
6431
6432
+
ERROR(objc_name_not_valid_identifier,none,
6433
+
"'@objc' %0 name is not a valid Objective-C identifier",
6434
+
(DescriptiveDeclKind))
6435
+
ERROR(objc_cannot_infer_name_raw_identifier,none,
6436
+
"cannot infer '@objc' %0 name because the Swift name is not a valid "
6437
+
"Objective-C identifier; specify the name in '@objc' explicitly",
6438
+
(DescriptiveDeclKind))
6439
+
6432
6440
// If you change this, also change enum ObjCReason
6433
6441
#defineOBJC_ATTR_SELECT"select{marked @_cdecl|marked dynamic|marked @objc|marked @objcMembers|marked @IBOutlet|marked @IBAction|marked @IBSegueAction|marked @NSManaged|a member of an @objc protocol|implicitly @objc|an @objc override|an implementation of an @objc requirement|marked @IBInspectable|marked @GKInspectable|in an @objc extension of a class (without @nonobjc)|in an @objc @implementation extension of a class (without final or @nonobjc)|marked @objc by an access note}"
0 commit comments