mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
15 lines
380 B
Swift
15 lines
380 B
Swift
// RUN: %target-swift-ide-test -repl-code-completion -source-filename %s | %FileCheck %s
|
|
|
|
// A smoketest for REPL code completion in Cocoa.
|
|
|
|
// REQUIRES: objc_interop
|
|
|
|
// FIXME: iOS has no Cocoa.framework
|
|
// REQUIRES: OS=macosx
|
|
|
|
// CHECK: {{^}}CFArrayCreateCopy(allocator: CFAllocator!, theArray: CFArray!) -> CFArray!{{$}}
|
|
// CHECK: {{^}}FE_ALL_EXCEPT: Int32{{$}}
|
|
|
|
import Cocoa
|
|
|