You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let wonderfulEmails = emails.match("wonder*") // doesn't compile in Swift 3
changed to
let wonderfulEmails: QueryType = emails.match("wonder*") // compiles ok
0 commit comments