mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-21 16:41:42 +03:00
12 lines
91 B
Plaintext
12 lines
91 B
Plaintext
/*
|
|
namespace: ParseExpression
|
|
expectation: Pass
|
|
*/
|
|
|
|
x()
|
|
X()
|
|
x(y)
|
|
x(y, z)
|
|
x(x, y, z)
|
|
x.0(x)
|