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
Fixes the mono/tests/gc-graystack-stress test on Windows x64
[mono-project.git]
/
mcs
/
errors
/
cs1644-14.cs
blob
dc7aaf66e76ed9cd4f56a1a78e51304b3db5d836
1
// CS1644: Feature `implicitly typed local variable' cannot be used because it is not part of the C# 2.0 language specification
2
// Line: 9
3
// Compiler options: -langversion:ISO-2
4
5
class
M
6
{
7
public static void
Main
()
8
{
9
var
a
=
1
;
10
}
11
}