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
[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git]
/
mcs
/
errors
/
cs0150-3.cs
blob
7cedc859713d314672c0ea04949a1018ce373873
1
// CS0150: A constant value is expected
2
// Line: 8
3
4
public class
C
5
{
6
void
Test
()
7
{
8
var
zCoords
=
new double
[
uint
.
MaxValue
]
{ 0 }
;
9
}
10
}