Actually I don't know how to define this idioms.
In some code i have red something like:
ClassWithAMessage c = "This is the message";
where i expected to read:
ClassWithAMessage c("This is the message");
I don't know how to reproduce this behavior, can someone provide some information or a toy example?