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
2007-05-25 Jonathan Chambers <joncham@gmail.com>
[mcs.git]
/
tests
/
test-cls-10.cs
blob
f919ec6341ada725ee9f67ad25b4a8db0b7e324d
1
using
System
;
2
[
assembly
:
CLSCompliant
(
true
)]
3
4
[
CLSCompliant
(
false
)]
5
public interface
I
{
6
[
CLSCompliant
(
false
)]
7
void
Error
(
ulong
arg
);
8
}
9
10
[
CLSCompliant
(
false
)]
11
public interface
I2
{
12
[
CLSCompliant
(
true
)]
13
void
Error
(
long
arg
);
14
}
15
16
17
public class
MainClass
{
18
public static void
Main
() {
19
}
20
}