// common
// super type is sufficient, but still
// unlikely
// to make any sense.
Feedbacks
.add(new CouldNotInferRecordTypeForVarArgs(
enclosingMethod,
enclosingStatement, varArgBase));
final int length = varArgTypes.length;
for (int i = 0; i < length; i++) {
varArgTypes[i] = varArgBase;