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 #3806 from BrzVlad/feature-parallel-gc-final
[mono-project.git]
/
mcs
/
errors
/
cs3019-2.cs
blob
40809ceda71288cca6b06fadc723a3e889fb6d7b
1
// CS3019: CLS compliance checking will not be performed on `CLSClass' because it is not visible from outside this assembly
2
// Line: 8
3
// Compiler options: -warnaserror -warn:2
4
5
using
System
;
6
[
assembly
:
CLSCompliant
(
true
)]
7
8
[
CLSCompliant
(
false
)]
9
class
CLSClass
{
10
}