Can't go up to the parent, that defeats the whole point! Use *my* environment, not my parent's environment!!
4 lines
59 B
Text
4 lines
59 B
Text
let x = y;
|
|
x;
|
|
|
|
// @type-error: 11 cannot find value y here
|