gdamore / tree-sitter-d

D Grammar for Tree Sitter
MIT License
41 stars 7 forks source link

static_assert can take multiple arguments in D2.102. #19

Closed gdamore closed 11 months ago

gdamore commented 1 year ago

The static assert can now take multiple arguments.

https://dlang.org/changelog/2.102.0.html#dmd.static-assert

gdamore commented 11 months ago

I believe this is already handled properly.

gdamore commented 11 months ago

Confirmed. I'm adding a test for it.