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:
@@ -1085,7 +1085,7 @@ SerializedASTFile::lookupNestedType(Identifier name,
|
||||
}
|
||||
|
||||
OperatorDecl *SerializedASTFile::lookupOperator(Identifier name,
|
||||
DeclKind fixity) const {
|
||||
OperatorFixity fixity) const {
|
||||
return File.lookupOperator(name, fixity);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user