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
Merge pull request #1821 from iainx/replace-getline
[mono-project.git]
/
mcs
/
errors
/
cs8009.cs
blob
851e06653eb6e592567746f9087a18e79c5f510e
1
// CS8009: Referenced assembly `CS8009-lib' has different culture setting of `en-US'
2
// Line: 0
3
// Compiler options: -r:CS8009-lib.dll -warnaserror
4
5
using
System
;
6
7
class
Program
8
{
9
static void
Main
()
10
{
11
Console
.
WriteLine
(
typeof
(
Lang
));
12
}
13
}