Files
swift-mirror/test/stdlib/SwiftObjectNSObject.swift
Mike Ash c928203780 [Runtime] Handle nil parameter to -[SwiftObject isEqual:]
The parameter is nullable, and isEqual: should always return nil in that case. We need to check for nil before doing anything else.

rdar://136825667
2024-10-01 14:05:39 -04:00

9.3 KiB