add decorator tests

This commit is contained in:
PgBiel 2024-06-20 22:20:39 -03:00
parent 9f9e8770b8
commit fdfd880f63

View File

@ -0,0 +1,16 @@
// Test decorators.
--- decorator ---
/! allow("unnecessary-stars")
#[*a*]
#{
/! allow("unnecessary-stars")
[*a*]
}
$
/! allow("unnecessary-stars")
#[*a*]
$