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
/
cs0647-15.cs
blob
c6a6b871bbd2df309b7ed7649a02f1ce456803a7
1
// cs0647.cs: Error during emitting `System.Runtime.CompilerServices.MethodImplAttribute' attribute. The reason is `Incorrect argument value.'
2
// Line: 8
3
4
using
System
.
Runtime
.
CompilerServices
;
5
6
class
Test
7
{
8
[
MethodImplAttribute
(
444
)]
9
public void
test
()
10
{
11
}
12
}