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
2010-01-31 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
errors
/
gcs1521.cs
blob
91b1d49ceb3b1b845fb0beec4216b7db4b235a16
1
// CS1521: Invalid base type `C?'
2
// Line: 8
3
4
struct
C
5
{
6
}
7
8
class
C2
:
C
?
9
{
10
}
11