oden/fine/tests/expression/errors/unknown_variable.fine
John Doty 4bd3ac06fa [fine] Use the right tree to get the environment for an identifier
Can't go up to the parent, that defeats the whole point! Use *my*
environment, not my parent's environment!!
2024-01-07 09:13:34 -08:00

4 lines
59 B
Text

let x = y;
x;
// @type-error: 11 cannot find value y here