1
1
mirror of https://github.com/ProvableHQ/leo.git synced 2024-12-26 19:51:52 +03:00
leo/tests/parser/statement/conditional_fail.leo

6 lines
77 B
Plaintext
Raw Normal View History

2021-07-09 22:15:29 +03:00
/*
namespace: ParseStatement
expectation: Fail
*/
if true {} else let x = 2;