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
update
[mcs.git]
/
tests
/
test-cls-07.cs
blob
6084e41177574577597a7bc1e3539f6fe021d08c
1
using
System
;
2
3
[
assembly
:
CLSCompliant
(
true
)]
4
5
namespace
aa
{
6
public class
I1
{
7
}
8
}
9
10
namespace
bb
{
11
public interface
i1
{
12
}
13
}
14
15
public class
CLSClass
{
16
public static void
Main
() {}
17
}