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-03-09 Chris Toshok <toshok@ximian.com>
[mcs.git]
/
errors
/
cs3008-5.cs
blob
85f6f002d4b69d6de89ced4a57bb7b2ff2e50d71
1
// cs3008-5.cs: Identifier `I._()' is not CLS-compliant
2
// Line: 8
3
4
using
System
;
5
[
assembly
:
CLSCompliant
(
true
)]
6
7
public interface
I
{
8
void
_
();
9
}