leo/tests/parser/functions/annotated_twice.leo.out
2021-04-12 13:15:40 -07:00

67 lines
2.5 KiB
Plaintext

---
namespace: Parse
expectation: Pass
outputs:
- name: ""
expected_input: []
imports: []
circuits: {}
functions:
"{\"name\":\"x\",\"span\":\"{\\\"line_start\\\":4,\\\"line_stop\\\":4,\\\"col_start\\\":10,\\\"col_stop\\\":11,\\\"path\\\":\\\"annotated_twice.leo\\\",\\\"content\\\":\\\"function x() {\\\"}\"}":
annotations:
- span:
line_start: 3
line_stop: 3
col_start: 1
col_stop: 6
path: annotated_twice.leo
content: "@test @test2"
name: "{\"name\":\"test\",\"span\":\"{\\\"line_start\\\":3,\\\"line_stop\\\":3,\\\"col_start\\\":2,\\\"col_stop\\\":6,\\\"path\\\":\\\"annotated_twice.leo\\\",\\\"content\\\":\\\"@test @test2\\\"}\"}"
arguments: []
- span:
line_start: 3
line_stop: 3
col_start: 7
col_stop: 13
path: annotated_twice.leo
content: "@test @test2"
name: "{\"name\":\"test2\",\"span\":\"{\\\"line_start\\\":3,\\\"line_stop\\\":3,\\\"col_start\\\":8,\\\"col_stop\\\":13,\\\"path\\\":\\\"annotated_twice.leo\\\",\\\"content\\\":\\\"@test @test2\\\"}\"}"
arguments: []
identifier: "{\"name\":\"x\",\"span\":\"{\\\"line_start\\\":4,\\\"line_stop\\\":4,\\\"col_start\\\":10,\\\"col_stop\\\":11,\\\"path\\\":\\\"annotated_twice.leo\\\",\\\"content\\\":\\\"function x() {\\\"}\"}"
input: []
output: ~
block:
statements:
- Return:
expression:
TupleInit:
elements: []
span:
line_start: 5
line_stop: 5
col_start: 12
col_stop: 14
path: annotated_twice.leo
content: " return ();"
span:
line_start: 5
line_stop: 5
col_start: 5
col_stop: 14
path: annotated_twice.leo
content: " return ();"
span:
line_start: 4
line_stop: 6
col_start: 14
col_stop: 2
path: annotated_twice.leo
content: "function x() {\n...\n}"
span:
line_start: 4
line_stop: 6
col_start: 1
col_stop: 2
path: annotated_twice.leo
content: "function x() {\n...\n}"