leo/tests/compiler/console/error.leo

8 lines
97 B
Plaintext
Raw Normal View History

2021-05-03 16:47:33 +03:00
/*
namespace: Compile
expectation: Pass
*/
2020-07-10 05:23:15 +03:00
function main() {
2020-08-17 03:20:47 +03:00
console.error("hello error");
2020-07-10 05:23:15 +03:00
}