| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- compilation_unit {
- package_statement {
- package_name: "ExplorerTest"
- }
- is_api: true
- declarations {
- choice {
- name {
- name: "C"
- }
- alternatives {
- name: "X"
- signature {
- }
- }
- alternatives {
- name: "Y"
- signature {
- fields {
- if_expression {
- condition {
- simple_member_access {
- field: "X"
- object {
- identifier {
- name: "C"
- }
- }
- }
- }
- then_expression {
- int_type_literal {
- }
- }
- else_expression {
- int_type_literal {
- }
- }
- }
- }
- }
- }
- }
- }
- declarations {
- function {
- name {
- name: "Main"
- }
- param_pattern {
- }
- return_term {
- kind: Expression
- type {
- int_type_literal {
- }
- }
- }
- body {
- statements {
- return_expression_statement {
- expression {
- int_literal {
- value: 0
- }
- }
- }
- }
- }
- }
- }
- }
|