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
Fixes the mono/tests/gc-graystack-stress test on Windows x64
[mono-project.git]
/
mcs
/
errors
/
cs1908-2.cs
blob
35b61b1da754f54998bdf265b9c93cded2bb3b3b
1
// CS1908: The type of the default value should match the type of the parameter
2
// Line:
3
4
class
Test
{
5
internal void
f
([
System
.
Runtime
.
InteropServices
.
DefaultParameterValue
(
null
)]
short
x
)
6
{
7
}
8
}