Decorated formation
A formation shouldn’t be used as a decoratee. It means that abstract
object should not have @
as its name.
Incorrect:
[] > main
[] > @
hello > test
Correct:
[] > main
[] > foo
hello > test
Published on Mon May 26 13:15:49 UTC 2025.