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
[metadata] Use MONO_PROFILER_API on MonoClass getters in checked builds (#20440)
[mono-project.git]
/
mcs
/
errors
/
cs1010.cs
blob
e7ff0ddd81899094cef845c3efee79f54d1870ee
1
// CS1010: Newline in constant
2
// Line: 6
3
4
class
X
5
{
6
static string
s
=
"Hello
7
world!"
;
8
}