mirror of
https://github.com/AleoHQ/leo.git
synced 2025-01-07 02:19:52 +03:00
75 lines
2.8 KiB
Plaintext
75 lines
2.8 KiB
Plaintext
---
|
|
namespace: Parse
|
|
expectation: Pass
|
|
outputs:
|
|
- name: ""
|
|
expected_input: []
|
|
imports: []
|
|
circuits: {}
|
|
functions:
|
|
"{\"name\":\"x\",\"span\":\"{\\\"line_start\\\":3,\\\"line_stop\\\":3,\\\"col_start\\\":10,\\\"col_stop\\\":11,\\\"path\\\":\\\"params.leo\\\",\\\"content\\\":\\\"function x(x: u32, y: i32) {\\\"}\"}":
|
|
annotations: []
|
|
identifier: "{\"name\":\"x\",\"span\":\"{\\\"line_start\\\":3,\\\"line_stop\\\":3,\\\"col_start\\\":10,\\\"col_stop\\\":11,\\\"path\\\":\\\"params.leo\\\",\\\"content\\\":\\\"function x(x: u32, y: i32) {\\\"}\"}"
|
|
input:
|
|
- Variable:
|
|
identifier: "{\"name\":\"x\",\"span\":\"{\\\"line_start\\\":3,\\\"line_stop\\\":3,\\\"col_start\\\":12,\\\"col_stop\\\":13,\\\"path\\\":\\\"params.leo\\\",\\\"content\\\":\\\"function x(x: u32, y: i32) {\\\"}\"}"
|
|
const_: false
|
|
mutable: true
|
|
type_:
|
|
IntegerType: U32
|
|
span:
|
|
line_start: 3
|
|
line_stop: 3
|
|
col_start: 12
|
|
col_stop: 13
|
|
path: params.leo
|
|
content: "function x(x: u32, y: i32) {"
|
|
- Variable:
|
|
identifier: "{\"name\":\"y\",\"span\":\"{\\\"line_start\\\":3,\\\"line_stop\\\":3,\\\"col_start\\\":20,\\\"col_stop\\\":21,\\\"path\\\":\\\"params.leo\\\",\\\"content\\\":\\\"function x(x: u32, y: i32) {\\\"}\"}"
|
|
const_: false
|
|
mutable: true
|
|
type_:
|
|
IntegerType: I32
|
|
span:
|
|
line_start: 3
|
|
line_stop: 3
|
|
col_start: 20
|
|
col_stop: 21
|
|
path: params.leo
|
|
content: "function x(x: u32, y: i32) {"
|
|
output: ~
|
|
block:
|
|
statements:
|
|
- Return:
|
|
expression:
|
|
TupleInit:
|
|
elements: []
|
|
span:
|
|
line_start: 4
|
|
line_stop: 4
|
|
col_start: 12
|
|
col_stop: 14
|
|
path: params.leo
|
|
content: " return ();"
|
|
span:
|
|
line_start: 4
|
|
line_stop: 4
|
|
col_start: 5
|
|
col_stop: 14
|
|
path: params.leo
|
|
content: " return ();"
|
|
span:
|
|
line_start: 3
|
|
line_stop: 5
|
|
col_start: 28
|
|
col_stop: 2
|
|
path: params.leo
|
|
content: "function x(x: u32, y: i32) {\n...\n}"
|
|
span:
|
|
line_start: 3
|
|
line_stop: 5
|
|
col_start: 1
|
|
col_stop: 2
|
|
path: params.leo
|
|
content: "function x(x: u32, y: i32) {\n...\n}"
|