repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make StringComparer.Create throw ArgumentNullException (#26570)
[mono-project.git]
/
mcs
/
errors
/
cs8125.cs
blob
bd45e5948a84cea73134717db09234dd90503ceb
1
// CS8125: The tuple element name `Item22' can only be used at position 22
2
// Line: 6
3
4
class
C
5
{
6
static void
Test
((
int
Item22
,
int
b
)
arg
)
7
{
8
}
9
}