-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Hello!
Today I stuck with an issue after swift-2-old branch was dropped. Some Mirror's declaration don't work anymore, Ex:
- let itemMirror: Mirror? doesnt compile
https://gyazo.com/b5efc0486eaf7db664f5353661c4772b
if let value = itemMirror[param] where value is String {
return value as? String
} (type Mirror doesn't have subscript members))
https://gyazo.com/9547f3b03852993d1d49b675ad0f3a44
What can be the reason? Thank you.
Metadata
Metadata
Assignees
Labels
No labels