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-10.cs
blob
3bd7f52d6da1ad822a9c929c94c563c729da4dc0
1
// CS1525: Unexpected symbol `ref'
2
// Line: 8
3
4
public class
Test
5
{
6
static void
Main
()
7
{
8
string ref
=
"abc"
;
9
}
10
}