Skip to content

LHS of operator overload should check nullability #2089

Closed
@dcodeIO

Description

@dcodeIO

In #1891 (comment) it has been reported that operator overloads don't check nullability on the LHS:

let a // nullable
let b // non-nullable

a + b; // goes silently <-- here
b + a; // compile time error

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions