Open charlisi opened 4 years ago
Here's an example where adding the initialiser for MessageResult will cause compiler to fail:
new MessageResponse(new MessageResult() { Errors = null }, 0) { Request = new MessageRequest( null, null, new BlowUpRequest() { BlowUpRequestId = REQUEST_ID, BlowUpId = BLOW_UP_ID }) };
Here's an example where adding the initialiser for MessageResult will cause compiler to fail: