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 #4926 from BrzVlad/fix-tls-v5
[mono-project.git]
/
mcs
/
errors
/
cs0825-2.cs
blob
f9c6128f8bee2b3727674fb1af7dd0de2227a78b
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
event var
v
;
8
}
9