We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5f965 commit bfb5c8aCopy full SHA for bfb5c8a
test/NameLookup/module_selector.swift
@@ -6,6 +6,15 @@
6
// Make sure the lack of the experimental flag disables the feature:
7
// RUN: not %target-typecheck-verify-swift -sdk %clang-importer-sdk -module-name main -I %S/Inputs 2>/dev/null
8
9
+// FIXME: This test doesn't really cover:
10
+//
11
+// * Whether X::foo finds foos in X's re-exports
12
+// * Whether we handle access paths correctly
13
+// * Interaction with ClangImporter
14
+// * Cross-module overlays, when those happen
15
16
+// It also might not cover all combinations of name lookup paths and inputs.
17
+
18
import ModuleSelectorTestingKit
19
20
import ctypes::bits // FIXME: ban using :: with submodules?
0 commit comments