Skip to content

Mistransformation for leading comment in generic for expression #579

@JohnnyMorganz

Description

@JohnnyMorganz
do
	for _, item in
		-- comment
		call()
	do
	end
end

... gets formatted to ...

do
	for _, item in		-- comment

		call()
	do
	end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions