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
2004-03-01 Larry Ewing <lewing@ximian.com>
[mono-project.git]
/
mcs
/
tests
/
i4.cs
blob
f89988f2cb371b86cbf3044256690fabf9071b6b
1
// cs0509.cs: base class is sealed
2
// Line: 7
3
struct
V
{
4
int
v
;
5
}
6
7
class
X
:
V
{
8
}