class SyntaxTree::ArrayLiteral

def empty_with_comments?

to do some special printing to ensure they get indented correctly.
If we have an empty array that contains only comments, then we're going
def empty_with_comments?
  contents.nil? && lbracket.comments.any? &&
    lbracket.comments.none?(&:inline?)
end