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
[bcl] Update BCL Linked Size
[mono-project.git]
/
mcs
/
errors
/
cs4017.cs
blob
f6ac27d07eb4402e26c3a066472f827eb97a15c2
1
// CS4017: The CallerLineNumberAttribute attribute cannot be applied because there is no standard conversion from `int' to `byte'
2
// Line: 8
3
4
using
System
.
Runtime
.
CompilerServices
;
5
6
class
C
7
{
8
public void
Trace
([
CallerLineNumber
]
byte
member
=
1
)
9
{
10
}
11
}