mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "Rename @transparent to @_transparent for now."
This reverts commit 90fcbfe9a6.
Seems there are still some tests that are left not modified.
This commit is contained in:
@@ -66,7 +66,7 @@ internal struct _CocoaArrayWrapper : CollectionType {
|
||||
: nil
|
||||
}
|
||||
|
||||
@_transparent
|
||||
@transparent
|
||||
init(_ buffer: _NSArrayCoreType) {
|
||||
self.buffer = buffer
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user