[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / gtest-exmethod-21.cs
blob38b23e5aa6101de00edc356a3b3f0987524d7500
1 using System;
2 using External;
4 interface I
8 namespace Outer.Inner
10 class Test {
11 static void M (I list)
13 list.AddRange();
16 public static void Main()
22 namespace Outer
26 namespace External
28 static class ExtensionMethods {
29 public static void AddRange (this I list)