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