mirror of
https://github.com/apple/swift.git
synced 2025-12-25 12:15:36 +01:00
8 lines
217 B
Swift
8 lines
217 B
Swift
// RUN: %target-swift-frontend -parse -verify %s
|
|
|
|
// Distributed Objects was never available on iOS.
|
|
// REQUIRES: OS=macosx
|
|
|
|
import Foundation
|
|
var x : NSConnection // expected-error {{'NSConnection' is unavailable}}
|