[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / test-com-02.cs
blob7a26776c01d4bfb31a161f0ed6ef8dc779a6bc76
1 // Compiler options: -r:test-com-02-lib.dll
3 using Test;
5 class C {
6 public C (ITopic it) {
7 string i = it.get_Title (2, 3);
8 it.set_Title (1, 2, false, "bb");
11 public static void Main () {}