add test for decorator in decorator

This commit is contained in:
PgBiel 2024-07-16 16:49:04 -03:00
parent c1bb41dc9c
commit 0fb417ddb6

View File

@ -95,6 +95,11 @@ this is ok
// @allow("aaaaa\")
--- invalid-decorator-in-decorator ---
// Error: 2:18-2:34 cannot have multiple decorators per line
// @allow("aaa") // @allow("bbb")
--- allow-suppresses-warns-below ---
// @allow("unnecessary-stars")