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-09-02 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0118-3.cs
blob
d62c9081ef742f5c44a707c69573efd567457bed
1
// cs0118-3.cs: `Region.Value' is a `field' but a `type' was expected
2
// Line: 8
3
4
public sealed class
Region
5
{
6
int
Value
;
7
8
[
Value
(
2
)]
9
public
Region
() {}
10
}