class Prism::StringNode

def comment_targets

def comment_targets: () -> Array[Node | Location]
def comment_targets
  [*opening_loc, content_loc, *closing_loc]
end