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