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 #3806 from BrzVlad/feature-parallel-gc-final
[mono-project.git]
/
mcs
/
errors
/
cs0825-3.cs
blob
5177d4fff8ae9d7487eee247c578ef722a058c74
1
// CS0825: The contextual keyword `var' may only appear within a local variable declaration
2
// Line: 9
3
4
5
public class
Test
6
{
7
const var
v
=
9
;
8
}
9