Remove test exception

This commit is contained in:
2019-01-19 14:18:43 +01:00
parent d2d7b985b2
commit fcd26f4cc0

View File

@@ -958,7 +958,6 @@ namespace Upsilon.Binder
}
else
{
throw new Exception();
valueVariable = new VariableSymbol(valueVar.Name, Type.Unknown, true);
}
Scope.DefineLocalVariable(valueVariable);