mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
remove support for looking up global names with dot syntax. "x.y" != "y(x)" now.
Swift SVN r917
This commit is contained in:
@@ -37,8 +37,7 @@ namespace swift {
|
||||
/// by various query methods.
|
||||
enum class NLKind {
|
||||
UnqualifiedLookup,
|
||||
QualifiedLookup,
|
||||
DotLookup
|
||||
QualifiedLookup
|
||||
};
|
||||
|
||||
/// Module - A unit of modularity. The current translation unit is a
|
||||
|
||||
Reference in New Issue
Block a user