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
2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git]
/
errors
/
cs0103-4.cs
blob
54ec66187ec0f7d71422cccd8e56f0ab765a97e4
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
}