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
2010-04-15 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs1009.cs
blob
9b51d2d9bf43efbbc8874abc1b4cabec01995f17
1
// cs1009.cs: Unrecognized escape sequence `\i'
2
// Line : 6
3
4
class
X
5
{
6
static string
s
=
"\i"
;
7
}