Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 215 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 215 Bytes

SwiftSyntax-issue-ellipsis

Run $ swift run

You will get:

ccc: Int, 
---ellipsis---
TokenSyntax
, 
---
no trailing comma

It should be:

ccc: Int, 
---ellipsis---
no ellipsis
---
TokenSyntax
,