This commit is contained in:
nub31
2025-07-04 17:49:45 +02:00
parent 7a1ff15a58
commit 2ad6529350
2 changed files with 1 additions and 7 deletions

View File

@@ -395,12 +395,6 @@ public static class Binder
NubType? type = null;
var implementation = _definitionTable.GetImplementations().FirstOrDefault(x => x.Type.Equals(boundExpression.Type));
if (implementation != null)
{
if (implementation.Interface.)
}
switch (boundExpression.Type)
{
case NubArrayType: