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
[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git]
/
mcs
/
errors
/
cs0169.cs
blob
62d41a610f2bc65bad1590b005c469166d40acc2
1
// CS0169: The private field `X.x' is never used
2
// Line: 4
3
// Compiler options: -warnaserror -warn:4
4
5
class
X
{
6
int
x
;
7
8
static void
Main
() {}
9
}