mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-20 16:11:35 +03:00
15 lines
127 B
Plaintext
15 lines
127 B
Plaintext
/*
|
|
namespace: ParseExpression
|
|
expectation: Pass
|
|
*/
|
|
|
|
x[0]
|
|
X[1]
|
|
x[0u8]
|
|
x[1u8][2u8]
|
|
x[x][y][z]
|
|
x[0]()
|
|
x()[0]
|
|
x(y)::y(x)
|
|
x[x].0[x]
|