class Prism::ParenthesesNode

def initialize(body, opening_loc, closing_loc, location)

def initialize: (Node? body, Location opening_loc, Location closing_loc, Location location) -> void
def initialize(body, opening_loc, closing_loc, location)
  @newline = false
  @body = body
  @opening_loc = opening_loc
  @closing_loc = closing_loc
  @location = location
end