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:
Xin Tong
2015-11-14 07:04:31 -08:00
parent 6b1328d059
commit 16843684b2
69 changed files with 671 additions and 671 deletions

View File

@@ -66,7 +66,7 @@ internal struct _CocoaArrayWrapper : CollectionType {
: nil
}
@_transparent
@transparent
init(_ buffer: _NSArrayCoreType) {
self.buffer = buffer
}