Hi all,
I'm trying the code below:
class Temp
{
int field;
pragma(msg, mangledName!(field));
}
and getting this printed: "DummyS25_D4ntfs5types4Temp5fieldi"
Obviously this isn't correct (the "Dummy" should've been removed)... so am I
missing something, or is this a bug? I searched a bit on the forums but
couldn't find anything.
Thank you!