Open kaleidawave opened 2 months ago
Add parameter inference for passing as argument, getting a property from and calling
TODO more cases
this
Also not sure what to do here
function x(a, prop) { return a[prop] } x({ a: 1 }, "b")
Add parameter inference for passing as argument, getting a property from and calling
TODO more cases
this
inferenceAlso not sure what to do here