Restore requirement for struct constructors to always have formal parameters. · Issue #1029 · dotnet/roslyn

It has been a long standing requirement that C# and VB struct constructors would always have parameters. We have tried to relax this requirements in C#6.0 to make structs more consistent with class...