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
Merge pull request #1821 from iainx/replace-getline
[mono-project.git]
/
mcs
/
errors
/
cs1521.cs
blob
e5772000f51fb15b6a31962654c7eef402e8b0b5
1
// CS1521: Invalid base type `C[]'
2
// Line: 8
3
4
class
C
5
{
6
}
7
8
class
C2
:
C
[]
9
{
10
}
11