[System.Runtime.Remoting] Adds System.Core reference for tests
[mono.git] / mcs / errors / cs8124.cs
1 // CS8124: Tuple must contain at least two elements
2 // Line: 6
3
4 class X
5 {
6         static (int) Foo ()
7         {
8         }
9 }