mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-20 16:11:35 +03:00
10 lines
115 B
Plaintext
10 lines
115 B
Plaintext
|
/*
|
||
|
namespace: Compile
|
||
|
expectation: Fail
|
||
|
*/
|
||
|
|
||
|
function main() {
|
||
|
let x = 3u8;
|
||
|
const y = x > 2u8? 1u8 : 2u8;
|
||
|
}
|