mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-26 11:45:00 +03:00
11 lines
118 B
Plaintext
11 lines
118 B
Plaintext
/*
|
|
namespace: ParseStatement
|
|
expectation: Pass
|
|
*/
|
|
|
|
async finalize();
|
|
|
|
async finalize(foo);
|
|
|
|
async finalize(foo, bar);
|