mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-19 23:52:02 +03:00
10 lines
99 B
Plaintext
10 lines
99 B
Plaintext
/*
|
|
namespace: ParseExpression
|
|
expectation: Pass
|
|
*/
|
|
|
|
x ? y : z
|
|
|
|
x ? a ? b : c : z
|
|
|
|
x ? y : a ? b : c |