Skip to content

Comparison of zero with string is incorrect #142

@adazem009

Description

@adazem009
Value a = 0;
Value b = "string";

bool eq = (a == b); // true
bool neq = (a != b); // true

Expected behavior:

bool eq = (a == b); // false
bool neq = (a != b); // true

Metadata

Metadata

Assignees

No one assigned

    Labels

    P0Priority: CriticalbugSomething isn't working

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions