# encoding: utf-8 # frozen_string_literal: true module Carbon module Compiler module Node module Expression module Call # Unused. class Self < Base attributes name: 0, parameters: 1, generics: 2 end end end end end end