leo/ast/tests/serialization/deprecated_error.leo

7 lines
83 B
Plaintext
Raw Normal View History

2021-01-27 20:10:34 +03:00
function main() {
return 1 + 1
}
test function old {
console.log("old");
}