leo/parser/tests/serialization/deprecated_error.leo
2021-03-03 09:59:24 -08:00

7 lines
83 B
Plaintext

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