mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[AST] Add OperatorFixity
Use this instead of DeclKind in a few places.
This commit is contained in:
@@ -329,7 +329,7 @@ public:
|
||||
const NominalTypeDecl *parent) const override;
|
||||
|
||||
virtual OperatorDecl *lookupOperator(Identifier name,
|
||||
DeclKind fixity) const override;
|
||||
OperatorFixity fixity) const override;
|
||||
|
||||
virtual PrecedenceGroupDecl *
|
||||
lookupPrecedenceGroup(Identifier name) const override;
|
||||
|
||||
Reference in New Issue
Block a user