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-03.cs
blob
483b00dd88024b4e6d64ed9a6761a4d84ef57c4c
1
using
System
;
2
[
assembly
:
CLSCompliant
(
true
)]
3
4
public interface
I1
{
5
}
6
7
public class
CLSClass
{
8
protected internal
I1
Foo
() {
9
return null
;
10
}
11
12
static void
Main
() {}
13
}