@@ -1406,8 +1406,6 @@ ERROR(transparent_in_protocols_not_supported,none,
14061406ERROR(transparent_in_classes_not_supported,none,
14071407 " '@_transparent' attribute is not supported on declarations within classes" , ())
14081408
1409- ERROR(invalid_iboutlet,none,
1410- " only instance properties can be declared @IBOutlet" , ())
14111409ERROR(iboutlet_nonobjc_class,none,
14121410 " @IBOutlet property cannot %select{have|be an array of}0 "
14131411 " non-'@objc' class type %1" , (bool , Type))
@@ -1429,8 +1427,8 @@ NOTE(note_make_implicitly_unwrapped_optional,none,
14291427ERROR(invalid_ibdesignable_extension,none,
14301428 " @IBDesignable can only be applied to classes and extensions "
14311429 " of classes" , ())
1432- ERROR(invalid_ibinspectable ,none,
1433- " only instance properties can be declared @%0" , (StringRef))
1430+ ERROR(attr_must_be_used_on_class_instance ,none,
1431+ " only class instance properties can be declared @%0" , (StringRef))
14341432ERROR(invalid_ibaction_decl,none,
14351433 " only instance methods can be declared @%0" , (StringRef))
14361434ERROR(invalid_ibaction_result,none,
0 commit comments