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 #1861 from saper/home-override
[mono-project.git]
/
mcs
/
tests
/
test-var-08.cs
blob
5bf591a63987117f8f13921382283c8282e8ff22
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
public static void
Main
()
15
{
16
}
17
}