# encoding: utf-8 # frozen_string_literal: true module Carbon module Compiler module Node module Statement class Condition attributes conditions: 0 end end end end end