fixed where clauses, Optional-as-Any and unused vars

This commit is contained in:
ben-cohen
2016-12-29 07:58:12 -08:00
parent 474096b9cb
commit ce0d713cd6
17 changed files with 168 additions and 179 deletions

View File

@@ -44,7 +44,7 @@ public struct Notification : ReferenceConvertible, Equatable, Hashable {
}
public var description: String {
return "name = \(name.rawValue), object = \(object), userInfo = \(userInfo)"
return "name = \(name.rawValue), object = \(String(describing: object)), userInfo = \(String(describing: userInfo))"
}
public var debugDescription: String {