Closed urish closed 6 years ago
For example, the following code will cause TypeWiz to throw an error in run time:
let a = {}; a.a = a; function foo(obj) { return obj; } foo(a);
The expected behavior in this case would just be not to find the type for obj
obj
For example, the following code will cause TypeWiz to throw an error in run time:
The expected behavior in this case would just be not to find the type for
obj