repo.or.cz
/
mono-project
/
dkf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-02-10 Jeffrey Stedfast <fejj@novell.com>
[mono-project/dkf.git]
/
mcs
/
tests
/
test-var-08.cs
blob
62caf69d3bbeb3583555ce899a1b7e68ccdd9d1a
1
2
3
using
System
;
4
5
class
X
6
{
7
int var
;
8
9
public
X
(
int var
,
int
i
)
10
{
11
var
=
i
;
12
}
13
14
static void
Main
()
15
{
16
}
17
}