Sha256: ccb36b21dc432da2098460cc6b0beb9695a81e388994ddaccd39ee2ef7147326

Contents?: true

Size: 394 Bytes

Versions: 1

Compression:

Stored size: 394 Bytes

Contents

# encoding: utf-8
# frozen_string_literal: true

module Carbon
  module Compiler
    module Node
      module Definition
        class Function < Base
          # The name of the function.  Note that this is mostly unused right
          # now due to various reasons.
          class Name < Base
            attributes name: 0, generics: 1
          end
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
carbon-compiler-0.2.0 lib/carbon/compiler/node/definition/function/name.rb