Open kevinbarabash opened 3 months ago
The following code fails:
let sym = Symbol(); type Point = {x: number, y: number, [sym]: string};
with the following error:
Error (TypeError (SemanticError "Env.GetValue - Undefined symbol sym"))
This is likely an issue in BuildGraph.fs
The following code fails:
with the following error:
This is likely an issue in BuildGraph.fs