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
Make StringComparer.Create throw ArgumentNullException (#26570)
[mono-project.git]
/
mcs
/
errors
/
cs0103-4.cs
blob
21ba3358db42f4e496cc1882726c6a94855cbf48
1
// CS0103: The name `de' does not exist in the current context
2
// Line: 4
3
4
[
assembly
:
System
.
Reflection
.
AssemblyCulture
(
de
)]
5
public class
Hello
{
6
}