9 lines
102 B
C#
Raw Normal View History

// CS8124: Tuple must contain at least two elements
// Line: 6
class X
{
static (int) Foo ()
{
}
}