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
[cominterop] Default to [in] parameter direction when not specified explicitly.
[mono-project.git]
/
mcs
/
errors
/
cs8340.cs
blob
fb3376708b26ecb4569e355fea12b3ed738cf0ee
1
// CS8340: `S.field': Instance fields in readonly structs must be readonly
2
// Line: 6
3
// Compiler options: -langversion:latest
4
5
readonly struct
S
6
{
7
int
field
;
8
}