leo/compiler/tests/console/log_parameter_fail_empty.leo
2020-08-16 17:20:47 -07:00

3 lines
42 B
Plaintext

function main() {
console.log("{}");
}