sapphire/tests/function-no-in.json

9 lines
322 B
JSON
Raw Normal View History

2022-08-26 15:05:03 +00:00
{
"file": "function-no-in.sp",
"compile": {
"flags": [],
"exit-code": 1,
"stdout": "",
"stderr": "\u001b[1;1mtests/function-no-in.sp:1:20: \u001b[31;49merror: \u001b[0;0mExpected 'in' or semicolon\n1 let @main : i32 {\n \u001b[31;49m^\u001b[0;0m\n"
2022-08-26 15:05:03 +00:00
}
}