Remove excessive shortcut key matching in ToolStrip
[mono.git] / mcs / tests / test-primary-ctor-06.cs
1 using System;
2
3 class ID () : IDisposable
4 {
5         void IDisposable.Dispose ()
6         {
7         }
8 }
9
10 class X
11 {
12         public static void Main ()
13         {
14         }
15 }