Fix DateTime.Now and CurrentTimeToUtc during DST transition time (#4172)
[mono-project.git] / mcs / tests / test-partial-29.cs
blob4ca9106d0afff25d87d489980723fc694126cc20
1 using System;
3 static partial class C
5 static partial void Foo_1 (this string s);
7 [Obsolete]
8 static partial void Foo_2 (string s);
10 public static void Main()
15 partial class D
17 static partial void Method(this int a);
20 static partial class D
22 static partial void Method(this int a)