Skip to content

Comments between statement don't parser #126

Closed
@alexander-akait

Description

@alexander-akait

Input:

if (true) {
    $a = 1;
}

// Don't parsed :(
if (false) {
    $a = 2;
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions