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
2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git]
/
mcs
/
errors
/
gcs1908-4.cs
blob
83f39e14ad5f8b7ed65c58877d8bac3266e20395
1
// gcs1908.cs: 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
((
short
)
1
)]
int
x
)
6
{
7
}
8
}