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
[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git]
/
mcs
/
errors
/
cs1009.cs
blob
3be5d42d7ffd60a10f514dabe1dfeba1ffa5911c
1
// CS1009: Unrecognized escape sequence `\i'
2
// Line : 6
3
4
class
X
5
{
6
static string
s
=
"\i"
;
7
}