---------------------------
Microsoft Visual Studio
---------------------------
Unable to cast object of type 'Microsoft.NodejsTools.Parsing.CallNode' to type 'Microsoft.NodejsTools.Parsing.Statement'.
---------------------------
OK
---------------------------
We're not trapping the exception properly in the REPL window
```
function f(x) {};
f.prototype.getX = function(x,y) { };
foreach(var x in foo) { console.log(x); }
```
Microsoft Visual Studio
---------------------------
Unable to cast object of type 'Microsoft.NodejsTools.Parsing.CallNode' to type 'Microsoft.NodejsTools.Parsing.Statement'.
---------------------------
OK
---------------------------
We're not trapping the exception properly in the REPL window
```
function f(x) {};
f.prototype.getX = function(x,y) { };
foreach(var x in foo) { console.log(x); }
```