class Prism::PinnedExpressionNode

def comment_targets

def comment_targets: () -> Array[Node | Location]
def comment_targets
  [expression, operator_loc, lparen_loc, rparen_loc] #: Array[Prism::node | Location]
end