Skip to content

Commit fc8655e

Browse files
authored
Merge pull request #736 from sclukey/master
2 parents 7539e6b + cde2eef commit fc8655e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/NSThread.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ open class Thread : NSObject {
144144
internal var _status = _NSThreadStatus.initialized
145145
internal var _cancelled = false
146146
/// - Note: this differs from the Darwin implementation in that the keys must be Strings
147-
open var threadDictionary = [String : AnyObject]()
147+
open var threadDictionary = [String : Any]()
148148

149149
internal init(thread: pthread_t) {
150150
// Note: even on Darwin this is a non-optional pthread_t; this is only used for valid threads, which are never null pointers.

0 commit comments

Comments
 (0)