1
1
mirror of https://github.com/ProvableHQ/leo.git synced 2024-12-28 12:45:26 +03:00
leo/tests/compiler/console/log_parameter_unkown_fail.leo

8 lines
89 B
Plaintext

/*
namespace: Compile
expectation: Fail
*/
function main() {
console.log("{}", a);
}