Posted 13 years ago
by 7Alpha7
Version: 11.2.0550
Platform: .NET 3.5
Environment: Windows Vista (32-bit)

If one have such an intialization :
with MEMBER and MEMBER2, say of type string;
and at the same time, a class of Type MEMBER in the same scope,
- the intellisense displays incorrectly the MEMBER member of SOME_TYPE as type MEMBER instead of string;
- the intellisense does not displays the type of the MEMBER2 member of SOME_TYPE.
new SOME_TYPE{MEMBER = value1, MEMBER2 = value2 });
and at the same time, a class of Type MEMBER in the same scope,
- the intellisense displays incorrectly the MEMBER member of SOME_TYPE as type MEMBER instead of string;
- the intellisense does not displays the type of the MEMBER2 member of SOME_TYPE.