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
use a 2.0 network stack for MONOTOUCH
[mcs.git]
/
errors
/
cs3026.cs
blob
bbd6f8755a0de4bc9b9cb380f8685e32c1a9a1a6
1
// cs3026.cs: CLS-compliant field `Class.V' cannot be volatile
2
// Line: 9
3
// Compiler options: -warn:1 -warnaserror
4
5
using
System
;
6
[
assembly
:
CLSCompliant
(
true
)]
7
8
public class
Class
{
9
protected volatile int
V
;
10
static void
Main
() {}
11
}