mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
Try constructing explicitly.
Maybe Xcode 7.0 will like this one better.
This commit is contained in:
parent
04eaeffb1b
commit
ae6ecef9c2
@ -193,7 +193,7 @@ extension Int: CustomJSONConvertible {
|
||||
|
||||
extension Array where Element: CustomJSONConvertible {
|
||||
public var JSON: Doubt.JSON {
|
||||
return .Array(map(Doubt.JSON.init))
|
||||
return .Array(map { Doubt.JSON($0) })
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user