예제 #1
0
 private void VisitTypeInferencer(ITypeInferencer expression)
 {
     expression.TypeInference.Declaration = null;
     expression.TypeInference.TargetType = null;
     expression.TypeInference.ExpectedType = null;
 }
예제 #2
0
 private void VisitTypeInferencer(ITypeInferencer expression)
 {
     expression.TypeInference.Declaration  = null;
     expression.TypeInference.TargetType   = null;
     expression.TypeInference.ExpectedType = null;
 }