예제 #1
0
 internal override bool TypeCheck(out Type resultType)
 {
     resultType = Type.NULL;
     return(expression.TypeCheck(out _));
 }