An insertion point is out of place.
          #2170   Compile-time error
          An insertion point is out of place.
Additional Information
 A stream shelf item's insertion point cannot appear after a stream modifier in the X action.
Explanation
Invalid syntax with the NEW operator is used, like
     open new x with referents-allowed before [1]
 has been encountered. The proper form is
     open new x before [1] with referents-allowed