mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
4 lines
256 B
Swift
4 lines
256 B
Swift
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk) -typecheck %s -enable-objc-interop -import-objc-header %S/Inputs/bad-ns-extensible-string-enum.h -verify
|
|
|
|
let string = MyString.MyStringOne // expected-error {{cannot find 'MyString' in scope}}
|