[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / test-265.cs
blobb4836c5b94d72a4d64b095d14a7d408a3eaa1f15
1 using System;
3 internal class ClassFormatError
5 internal ClassFormatError(string msg, params object[] p)
9 public static void Main ()
10 { }
13 internal class UnsupportedClassVersionError : ClassFormatError
15 internal UnsupportedClassVersionError(string msg)
16 : base(msg)