repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-06-05 Jb Evain <jbevain@novell.com>
[mcs.git]
/
errors
/
cs0647.cs
blob
70f48aceb72bf637d7873bfd9a3a74ef9d5fa698
1
// cs0647.cs: Error during emitting `System.Runtime.InteropServices.GuidAttribute' attribute. The reason is `Invalid format for Guid.Guid(string).'
2
// Line: 5
3
using
System
.
Runtime
.
InteropServices
;
4
5
[
Guid
(
"aaa"
)]
6
7
class
X
{
8
static void
Main
() {}
9
}