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
/
cs0134.cs
blob
70d06443fc0e0b195e5c881100969d0e284c088e
1
// CS0134: A constant `C.o' of reference type `object' can only be initialized with null
2
// Line: 6
3
4
public class
C
5
{
6
public const object
o
=
"12345"
;
7
}