Пример #1
0
 public override BoundNode VisitDeconstructionVariablePendingInference(DeconstructionVariablePendingInference node)
 {
     // DeconstructionVariablePendingInference nodes are only used within initial binding, but don't survive past that stage
     throw ExceptionUtilities.Unreachable;
 }
Пример #2
0
 public override BoundNode VisitDeconstructionVariablePendingInference(DeconstructionVariablePendingInference node)
 {
     Fail(node);
     return(null);
 }