Sha256: 38f0b94e8e5178471d142cc38994141fdb7ae63f6e4deead1083c4109b9bd884
Contents?: true
Size: 337 Bytes
Versions: 1
Compression:
Stored size: 337 Bytes
Contents
# encoding: utf-8 # frozen_string_literal: true module Carbon module Compiler module Node module Expression module Call # The arguments to the call. This may be turned into a pure array # in later versions. class Parameters < Base 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/expression/call/parameters.rb |