MicrosoftExt allows explicit constructor calls. Prevent lookup of constructor name unless the name has explicit scope.
This avoids a compile-time crash due to confusing a member access for a constructor name.
Test case included. All tests pass.
Differential D53441
[ms] Prevent explicit constructor name lookup if scope is missing lantictac on Oct 19 2018, 9:55 AM. Authored by
Details MicrosoftExt allows explicit constructor calls. Prevent lookup of constructor name unless the name has explicit scope. Test case included. All tests pass.
Diff Detail
|