Last active
June 19, 2017 21:15
-
-
Save oleander/a6202d8c2068f14ea490f00781163ea6 to your computer and use it in GitHub Desktop.
error.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
main.swift:55:7: error: ambiguous reference to member 'init' | |
self.init(x) | |
^~~~ | |
Swift.Array<Element>:49:12: note: found this candidate | |
public init<S>(_ s: S) where S : Sequence, S.Iterator.Element == Element | |
^ | |
Swift.RangeReplaceableCollection:22:24: note: found this candidate | |
public convenience init<S>(_ elements: S) where S : Sequence, S.Iterator.Element == Self.Iterator.Element |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment