class SyntaxTree::HashLiteral

def empty_with_comments?

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