Skip to content

Inconsistency between if and elseif parsing #15763

Closed
@Keno

Description

@Keno

This is legal syntax:

if
false
end

but this is not:

if
false
elseif
true
end

(missing condition in elseif). It seems like either both should be allowed or both disallowed.

Metadata

Metadata

Assignees

Labels

parserLanguage parsing and surface syntax

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions