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
w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git]
/
mcs
/
errors
/
cs0847-3.cs
blob
791bb93782fe2641b6bb80652dd5ff2ed43149ee
1
// CS0847: An array initializer of length `2' was expected
2
// Line: 9
3
4
class
M
5
{
6
public static void
Main
()
7
{
8
int
[,,]
i
=
{ { { 0, 0 }
,
{ 1, 1}
},
9
{ { 2, 2 }
} };
10
}
11
}