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 #4202 from marek-safar/compression
[mono-project.git]
/
mcs
/
errors
/
cs1521-3.cs
blob
f38c1a35933956e6e54606b8f82b668ed2a249a3
1
// CS1521: Invalid base type `object[]'
2
// Line: 4
3
4
class
C2
:
object
[]
5
{
6
}