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
/
cs0591-2.cs
blob
31df0431f62f502d1fded019301dcf0ce221eb70
1
// CS0591: Invalid value for argument to `System.Runtime.InteropServices.GuidAttribute' attribute
2
// Line: 6
3
4
using
System
.
Runtime
.
InteropServices
;
5
6
[
Guid
(
"aaa"
)]
7
class
X
{
8
static void
Main
() {}
9
}