[interp] Reduce computation under calc_section mutex
[mono-project.git] / mcs / tests / test-tuple-07.cs
blobcc7ce5837ce4fd659befae33611e4228b9e4badd
1 using System;
2 using System.Collections.Generic;
4 // Parser tests
6 class ParserTest
8 IEnumerable<(Object vertex, int distance)> Test ()
10 return null;
13 public static void Main ()