repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
errors
/
cs0573-2.cs
blob
6d5cd0e93c08d94bf6064ba6fef2a6c787cb4b8b
1
// cs0573.cs: `A.a': Structs cannot have instance field initializers
2
// Line: 5
3
4
partial struct
A
{
5
int
a
=
1
;
6
}