eol
[mcs.git] / tests / test-265.cs
blobd58107ebb6e4b50049bbb3648d92c181d360fa60
1 using System;
3 internal class ClassFormatError
5 internal ClassFormatError(string msg, params object[] p)
9 static void Main ()
10 { }
13 internal class UnsupportedClassVersionError : ClassFormatError
15 internal UnsupportedClassVersionError(string msg)
16 : base(msg)