Disallow implements even with spaces around it

This commit is contained in:
Joshua Warner 2024-12-22 09:49:52 -05:00
parent 787fec6b3f
commit 9499dcec4b
No known key found for this signature in database
GPG key ID: 89AD497003F93FDD
4 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1 @@
Expr(BackpassArrow(@3), @0)

View file

@ -0,0 +1,3 @@
n,U(implements
)<-t
9

View file

@ -209,6 +209,7 @@ mod test_snapshots {
fail/if_outdented_else_branch.expr,
fail/if_outdented_then.expr,
fail/ifbang_eqeq.expr,
fail/implements_in_multibackpassing_parens.expr,
fail/import_with_lowercase_alias.moduledefs,
fail/imports_missing_comma.header,
fail/inline_hastype.expr,