leo/tests/compiler/console/log_parameter_many.leo

8 lines
101 B
Plaintext
Raw Normal View History

2021-05-03 16:47:33 +03:00
/*
namespace: Compile
expectation: Pass
*/
2020-08-17 03:20:47 +03:00
function main() {
console.log("{} {}", 1u32, true);
}