leo/tests/parser/functions/annotated_param.leo.out

59 lines
2.1 KiB
Plaintext
Raw Normal View History

2021-03-30 01:45:10 +03:00
---
2021-04-07 20:01:24 +03:00
namespace: Parse
2021-03-30 01:45:10 +03:00
expectation: Pass
outputs:
- name: ""
expected_input: []
imports: []
circuits: {}
functions:
2021-04-06 16:57:46 +03:00
"{\"name\":\"x\",\"span\":\"{\\\"line_start\\\":4,\\\"line_stop\\\":4,\\\"col_start\\\":10,\\\"col_stop\\\":11,\\\"path\\\":\\\"annotated_param.leo\\\",\\\"content\\\":\\\"function x() {\\\"}\"}":
2021-03-30 01:45:10 +03:00
annotations:
- span:
line_start: 3
line_stop: 3
col_start: 1
col_stop: 12
2021-04-06 16:57:46 +03:00
path: annotated_param.leo
2021-03-30 01:45:10 +03:00
content: "@test(test)"
2021-04-06 16:57:46 +03:00
name: "{\"name\":\"test\",\"span\":\"{\\\"line_start\\\":3,\\\"line_stop\\\":3,\\\"col_start\\\":2,\\\"col_stop\\\":6,\\\"path\\\":\\\"annotated_param.leo\\\",\\\"content\\\":\\\"@test(test)\\\"}\"}"
2021-03-30 01:45:10 +03:00
arguments:
- test
2021-04-06 16:57:46 +03:00
identifier: "{\"name\":\"x\",\"span\":\"{\\\"line_start\\\":4,\\\"line_stop\\\":4,\\\"col_start\\\":10,\\\"col_stop\\\":11,\\\"path\\\":\\\"annotated_param.leo\\\",\\\"content\\\":\\\"function x() {\\\"}\"}"
2021-03-30 01:45:10 +03:00
input: []
output: ~
block:
statements:
- Return:
expression:
TupleInit:
elements: []
span:
line_start: 5
line_stop: 5
col_start: 12
col_stop: 14
2021-04-06 16:57:46 +03:00
path: annotated_param.leo
2021-03-30 01:45:10 +03:00
content: " return ();"
span:
line_start: 5
line_stop: 5
col_start: 5
col_stop: 14
2021-04-06 16:57:46 +03:00
path: annotated_param.leo
2021-03-30 01:45:10 +03:00
content: " return ();"
span:
line_start: 4
line_stop: 6
col_start: 14
col_stop: 2
2021-04-06 16:57:46 +03:00
path: annotated_param.leo
2021-03-30 01:45:10 +03:00
content: "function x() {\n...\n}"
span:
line_start: 4
line_stop: 6
col_start: 1
col_stop: 2
2021-04-06 16:57:46 +03:00
path: annotated_param.leo
2021-03-30 01:45:10 +03:00
content: "function x() {\n...\n}"