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
Merge pull request #1821 from iainx/replace-getline
[mono-project.git]
/
mcs
/
errors
/
cs3013.cs
blob
69d7842699bf57c7b8872f4311db10ebd9af0b95
1
// CS3013: Added modules must be marked with the CLSCompliant attribute to match the assembly
2
// Line: 0
3
// Compiler options: -addmodule:CS3013-module.dll -warnaserror -warn:1
4
5
using
System
;
6
7
[
assembly
:
CLSCompliant
(
true
)]