Skip to content

Operator validation #1

@vihanb

Description

@vihanb

Class functions should have operator overloads in the specific format:

public static func <op>(lhs: <typeName>, rhs: <typeName>) -> <ReturnType> {
}

This should be validated for all cases for when an operator is placed. For unary operators <op>(rhs:) would be the format.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions