781782783784785786787788789
case TCKind._tk_null: case TCKind._tk_void: // legal TypeCodes that have no associated value break; default: throw new TypeMismatch(); } return _any; }