Make StringComparer.Create throw ArgumentNullException (#26570)
[mono-project.git] / mcs / errors / cs8125.cs
blobbd45e5948a84cea73134717db09234dd90503ceb
1 // CS8125: The tuple element name `Item22' can only be used at position 22
2 // Line: 6
4 class C
6 static void Test ((int Item22, int b) arg)