mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
* Updating availability versions * Remove all remaining overlays in stdlib/public/Darwin/*: - ObjectiveC - Dispatch - CoreFoundation - CoreGraphics - Foundation
14 lines
428 B
Swift
14 lines
428 B
Swift
// RUN: rm -rf %t
|
|
// RUN: %target-swift-frontend -typecheck %s
|
|
|
|
// RUN: %target-swift-frontend -typecheck %S/Inputs/sdk-protocol-class/os1.swift
|
|
// RUN: %target-swift-frontend -typecheck %S/Inputs/sdk-protocol-class/os2.swift
|
|
// RUN: %target-swift-frontend -typecheck %S/Inputs/sdk-protocol-class/os3.swift
|
|
|
|
// REQUIRES: objc_interop
|
|
// REQUIRES: rdar61260194
|
|
|
|
import ObjectiveC
|
|
|
|
let p: Protocol? = objc_getProtocol("NSObject")
|