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
w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git]
/
mcs
/
errors
/
cs8087.cs
blob
1a21f1b258b8b018b9eb62f72ca6b50ea0b984ed
1
// CS8087: A `{' character may only be escaped by doubling `{{' in an interpolated string
2
// Line: 8
3
4
public class
Test
5
{
6
public static int
Main
()
7
{
8
var
x
= $
"
\u007B
"
;
9
}
10
}