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
[corlib] Simplify RuntimeInformation by getting OS name from the runtime (#13164)
[mono-project.git]
/
mcs
/
errors
/
cs0657-10.cs
blob
4567237ec0adf8d0fbff6956b585fca400a1b6b9
1
// CS0657: `param' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `field'. All attributes in this section will be ignored
2
// Line: 7
3
// Compiler options: -warnaserror
4
5
struct
S
6
{
7
[
param
:
Obsolete
]
8
int
field
;
9
}