[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / tests / gtest-optional-34.cs
blobbf865a7bbe9ff662055924e06dc0b580292321c0
1 public struct S
3 public S (double left = 0, double top = 0)
4 : this ()
9 class X
11 public static void Main ()