leo/tests/compiler/console/log_parameter_many.leo
2021-05-03 16:47:33 +03:00

8 lines
101 B
Plaintext

/*
namespace: Compile
expectation: Pass
*/
function main() {
console.log("{} {}", 1u32, true);
}