Skip to content

operator redeclaration make verification fail of swiftinterface #481

@JCSooHwanCho

Description

@JCSooHwanCho

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions