Abstract Decoratee

Abstract object shouldn’t be used as a decoratee.

Incorrect:

[] > main
  [] > @
    hello > test

Correct:

[args] > main
  foo > @
    hello > test

Published on Sun Jun 22 07:52:55 UTC 2025.