mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[ModuleInterface] Add printing for new attributes
Specially print @_hasMissingDesignatedInitializers and @_inheritsConvenienceInitializers in module interfaces Fixes rdar://51249311
This commit is contained in:
committed by
Robert Widmann
parent
283854a012
commit
511db0c90a
@@ -16,7 +16,7 @@
|
||||
import CoreData
|
||||
import Foundation
|
||||
|
||||
// CHECK: @objc public class MyObject : CoreData.NSManagedObject {
|
||||
// CHECK: @objc @_inheritsConvenienceInitializers public class MyObject : CoreData.NSManagedObject {
|
||||
public class MyObject: NSManagedObject {
|
||||
// CHECK: @objc @NSManaged dynamic public var myVar: Swift.String {
|
||||
// CHECK-NEXT: @objc get
|
||||
|
||||
Reference in New Issue
Block a user