It seems that a statement such as:
is not allowed in C# and throws an error of the form: Cannot assign <null> to an implicitly-typed local variable. It seems that this error is persistent across all versions of Dotnet (ref) . However, this statement seems to be used in several parts of the testing code such as: here and here.
Am I missing something ? Can someone look into this ?
\c @benathi @sk-g @hyandell