| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- compilation_unit {
- package_statement {
- package_name: "ExplorerTest"
- }
- is_api: true
- declarations {
- interface {
- name {
- name: "Vector"
- }
- }
- }
- declarations {
- impl {
- kind: ExternalImpl
- impl_type {
- int_type_literal {
- }
- }
- interface {
- identifier {
- name: "Vector"
- }
- }
- }
- }
- declarations {
- function {
- name {
- name: "Main"
- }
- param_pattern {
- }
- return_term {
- kind: Expression
- type {
- int_type_literal {
- }
- }
- }
- body {
- }
- }
- }
- }
|