repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-03-10 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
cs1525-10.cs
blob
ca5ff02ecb270baaec7876c3ec476a3c327c487b
1
// CS1525: Unexpected symbol `ref', expecting `.', `?', `[', `<operator>', or `identifier'
2
// Line: 8
3
4
public class
Test
5
{
6
static void
Main
()
7
{
8
string ref
=
"abc"
;
9
}
10
}