Cast the first argument to the type of the first parameter of the method you want to call, for example:
methodName((A) null, y, z);
Cast the first argument to the type of the first parameter of the method you want to call, for example:
methodName((A) null, y, z);