blob: a872c431350ae8bc6e733366fb5ca554ebb6e065 [file] [log] [blame]
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -typecheck %s -verify
// REQUIRES: objc_interop
import Foundation
func useAnyObject(_ obj: AnyObject) {
_ = obj.isMakingHoney
}