blob: 1d30f0b1f22c2e7389cf8a01a6b99f6ffdb8ee90 [file] [log] [blame]
import Foo
import FooHelper
// This checks that we don't provide duplicate results because FooHelper is also imported through Foo.
// RUN: %target-swift-ide-test -code-completion -source-filename %s -F %S/Inputs/mock-sdk -code-completion-token=TOP_COMPLETIONS | %FileCheck %s -check-prefix=CHECK-TOP
func testClangModule() {
#^TOP_COMPLETIONS^#
}
// CHECK-TOP: fooHelperFunc1
// CHECK-TOP-NOT: fooHelperFunc1({#(a): Int32#})[#Int32#]; name=fooHelperFunc1(a: Int32){{; name=.+$}}