Skip to content

New update is not compilable #19

@alexs555

Description

@alexs555

Hello!
Today I stuck with an issue after swift-2-old branch was dropped. Some Mirror's declaration don't work anymore, Ex:

  1. 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions