blob: f37514da97ed3c0a7e9ad7212923fb0f3da20e75 [file] [log] [blame]
// RUN: %target-build-swift %s
// REQUIRES: executable_test
// FIXME: iOS does not have Cocoa.framework
// REQUIRES: OS=macosx
import Cocoa
// Make sure the ObjectiveC overlay gets imported, including ObjCSel.
func rdar14759044(obj: NSObject) -> Bool {
return obj.responds(to: "abc") // no-warning
}