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
[interp] Fall back to old implementation when calling on proxy
[mono-project.git]
/
mcs
/
errors
/
cs3005-24.cs
blob
e254212fb72ecebcee0b896dc18ca57b9f900de4
1
// CS3005: Identifier `ClsClass' differing only in case is not CLS-compliant
2
// Line: 9
3
// Compiler options: -warnaserror
4
5
[
assembly
:
System
.
CLSCompliant
(
true
)]
6
7
public partial class
CLSClass
{}
8
9
public partial struct
ClsClass
{}