Abstract Decoratee

Abstract object shouldn’t be used as a decoratee.

Incorrect:

[] > main
  [] > @
    hello > test

Correct:

[args] > main
  foo > @
    hello > test