mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[AST] Rename DefaultArgumentKind::Nil to NilLiteral.
This avoids a conflict with #define Nil in objc/objc.h.
This commit is contained in:
@@ -316,7 +316,7 @@ enum class DefaultArgumentKind : uint8_t {
|
||||
Function,
|
||||
Inherited,
|
||||
DSOHandle,
|
||||
Nil,
|
||||
NilLiteral,
|
||||
EmptyArray,
|
||||
EmptyDictionary,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user