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
Warnings cleanup
[mcs.git]
/
errors
/
cs0150-2.cs
blob
a114adb8dbab6fbbbab6c0ba80080e95265da673
1
// cs0150-2.cs: A constant value is expected
2
// Line : 6
3
4
class
C
5
{
6
int
[,]
i
=
new int
[
2
,
null
]
{ { 1 }
,
{ 2 }
};
7
}
8