diff --git a/Upsilon/Binder/Binder.cs b/Upsilon/Binder/Binder.cs index d5c1290..a09ad8d 100644 --- a/Upsilon/Binder/Binder.cs +++ b/Upsilon/Binder/Binder.cs @@ -958,7 +958,6 @@ namespace Upsilon.Binder } else { - throw new Exception(); valueVariable = new VariableSymbol(valueVar.Name, Type.Unknown, true); } Scope.DefineLocalVariable(valueVariable);