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
Take stars out of types where they make more sense.
[mono-project.git]
/
mcs
/
tests
/
test-debug-03.cs
blob
57afd9c32941621d15b5276eecad5f1b317666ce
1
class
C
2
{
3
static
C
()
4
{
5
}
6
}
7
8
class
C1
9
{
10
static int
a
=
55
;
11
}
12
13
class
C2
14
{
15
static int
a
=
55
;
16
17
static
C2
()
18
{
19
}
20
}
21
22
class
Test
23
{
24
public static void
Main
()
25
{
26
}
27
}