mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-26 11:45:00 +03:00
17 lines
184 B
Plaintext
17 lines
184 B
Plaintext
/*
|
|
namespace: ParseStatement
|
|
expectation: Fail
|
|
*/
|
|
|
|
increment[foo, bar, baz];
|
|
|
|
increment(foo, bar);
|
|
|
|
increment();
|
|
|
|
increment(floo)
|
|
|
|
increment foo[bar] by baz;
|
|
|
|
incremet(foo, bar, baz);
|