leo/ast/tests/serialization/deprecated_error.leo
2021-01-27 12:10:34 -05:00

7 lines
83 B
Plaintext

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