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
/
cs1525-39.cs
blob
61b9d8ce5e8f0db4daa2e9fb6bdf253d769a8091
1
// CS1525: Unexpected symbol `}', expecting `(', `,', `{', or `where'
2
// Line: 9
3
4
using
System
;
5
6
namespace
Test
7
{
8
class
A
:
Tuple
<
A
>
9
}