[Facades] Move IncrementalHash to System.Security.Cryptography.Algorithms facade
[mono-project.git] / mcs / tests / test-partial-06.cs
blob5df048b372d4fb9c6022deb1362ad088cbba0543
1 // Compiler options: -langversion:default
3 partial class Foo
5 ~Foo ()
6 { }
9 partial class Foo
10 { }
12 class B { public static void Main () {} }