Skip to content

Conversation

@jwren
Copy link
Member

@jwren jwren commented Jan 2, 2026

Failing, ignored test, added for #150

@jwren
Copy link
Member Author

jwren commented Jan 2, 2026

Status: test passing locally, but failing on the GitHub bots.

@jwren jwren requested review from helin24 and pq January 2, 2026 22:47
Comment on lines +146 to +147
if (psiElement instanceof DartRecord)
return PAREN_DOTS; // 14. Records
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency with the rest of the file:

Suggested change
if (psiElement instanceof DartRecord)
return PAREN_DOTS; // 14. Records
if (psiElement instanceof DartRecord) return PAREN_DOTS; // 14. Records

Or if it will have a line break it should probably have surrounding brackets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants