Files
swift-mirror/test/Interpreter/SDK/Cocoa_transitive.swift
Ted Kremenek fad874708e Adjust test cases.
Swift SVN r17964
2014-05-12 22:01:52 +00:00

12 lines
289 B
Swift

// RUN: %target-build-swift %s
// 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.respondsToSelector("abc") // no-warning
}