mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Switch DictionaryLiteralConvertible over to an initializer requirement.
Swift SVN r22033
This commit is contained in:
@@ -289,7 +289,7 @@ public protocol ArrayLiteralConvertible {
|
||||
public protocol DictionaryLiteralConvertible {
|
||||
typealias Key
|
||||
typealias Value
|
||||
class func convertFromDictionaryLiteral(elements: (Key, Value)...) -> Self
|
||||
init(dictionaryLiteral elements: (Key, Value)...)
|
||||
}
|
||||
|
||||
public protocol StringInterpolationConvertible {
|
||||
|
||||
Reference in New Issue
Block a user