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
[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git]
/
mcs
/
errors
/
cs0573.cs
blob
fd8de1ebc6e9c56ebb9e1a3802d37f089c33e55c
1
// CS0573: 'S': Structs cannot have instance property or field initializers
2
// Line: 6
3
4
struct
S
5
{
6
int
v
=
0
;
7
}