Remove test exception
This commit is contained in:
@@ -958,7 +958,6 @@ namespace Upsilon.Binder
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new Exception();
|
||||
valueVariable = new VariableSymbol(valueVar.Name, Type.Unknown, true);
|
||||
}
|
||||
Scope.DefineLocalVariable(valueVariable);
|
||||
|
||||
Reference in New Issue
Block a user