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 1e8fe05 commit d7d7386Copy full SHA for d7d7386
test/NameLookup/module_selector.swift
@@ -5,6 +5,15 @@
5
6
// REQUIRES: swift_feature_ModuleSelector
7
8
+// FIXME: This test doesn't really cover:
9
+//
10
+// * Whether X::foo finds foos in X's re-exports
11
+// * Whether we handle access paths correctly
12
+// * Interaction with ClangImporter
13
+// * Cross-module overlays, when those happen
14
15
+// It also might not cover all combinations of name lookup paths and inputs.
16
+
17
import ModuleSelectorTestingKit
18
19
import ctypes::bits // FIXME: ban using :: with submodules?
0 commit comments