blob: dcb38bd26f55539ab6b54d12e1df9712f5b5d01c [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 adapter module gets imported, including ObjCSel.
func rdar14759044(obj: NSObject) -> Bool {
return obj.responds(to: "abc") // no-warning
}