linux-packaging-mono/mcs/tests/test-primary-ctor-06.cs

15 lines
126 B
C#
Raw Normal View History

using System;
class ID () : IDisposable
{
void IDisposable.Dispose ()
{
}
}
class X
{
public static void Main ()
{
}
}