private AstNode implicitLineScope(ContentNode n) {
   NodeList content = n.getContent();
   mapInPlace(content);
   finishLine(content);
   return n;
 }