mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-18 23:02:35 +03:00
11 lines
124 B
Plaintext
11 lines
124 B
Plaintext
/*
|
||
namespace: ParseStatement
|
||
expectation: Fail
|
||
*/
|
||
|
||
console.error(""); // bidi override
|
||
|
||
console.log(1);
|
||
|
||
console.test();
|