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
2009-11-20 Marek Safar <marek.safar@gmail.com>
[mcs.git]
/
errors
/
gcs0677-2.cs
blob
2949f2a46a7bd08c488c1f07666d4983dabcbc77
1
// CS0677: `C<T>.t': A volatile field cannot be of the type `T'
2
// Line: 8
3
4
public class
C
<
T
>
5
{
6
volatile
T t
;
7
}