Skip to content

[Bug] Compound assignment for bitshift operators #268

@Drake53

Description

@Drake53
// Csharp
x >>= 1;
y <<= 1;

becomes:

-- Lua
x = x > 1 -- should be >>
y = y < 1 -- should be <<

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