Skip to content

missing end in decompilation #24

@ferib

Description

@ferib

When doing something like below it won't properly close the if chain.

if A then
   return 0;
elseif B then
   return 1;
elseif C then
    return 2;
end

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions