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
2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git]
/
mcs
/
errors
/
cs1646.cs
blob
4a4865bdfeeb30dcd126bce7c0c6cdb4b70c7267
1
// cs01646.cs: Keyword, identifier, or string expected after verbatim specifier: @
2
// Line: 6
3
4
class
C
5
{
6
long
l
= @
0
;
7
}