-
-
Notifications
You must be signed in to change notification settings - Fork 258
operator redeclaration make verification fail of swiftinterface #481
Copy link
Copy link
Closed
Description
in addition to #480 , operator redeclaration made verification fail of .swiftinterface file. It can be resolved with only one declaration in module.
error: verify-emitted-module-interface command failed with exit code 1 (use -v to see invocation)
CoreStore/CoreStore.swiftinterface:3365:16: error: operator redeclared
infix operator .= : AssignmentPrecedence
^
CoreStore/CoreStore.swiftinterface:3326:16: note: previous operator declaration here
infix operator .= : AssignmentPrecedence
^
CoreStore/CoreStore.swiftinterface:3366:16: error: operator redeclared
infix operator .== : ComparisonPrecedence
^
CoreStore/CoreStore.swiftinterface:3327:16: note: previous operator declaration here
infix operator .== : ComparisonPrecedence
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels