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
Remove useless ip += from MINT_JMP, it is assigned later. (#19217)
[mono-project.git]
/
mcs
/
errors
/
cs0649-4.cs
blob
a88e2eb41a090ae19ce1727a951c295a11e206fb
1
// CS0649: Field `X.x' is never assigned to, and will always have its default value `0'
2
// Line: 4
3
// Compiler options: -warnaserror -warn:4
4
5
class
X
6
{
7
public readonly int
x
;
8
}