leo/parser/tests/serialization/deprecated_error.leo

7 lines
84 B
Plaintext

function main() {
return 1 + 1;
}
test function old {
console.log("old");
}