repo.or.cz
/
mono.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2007-12-06 Jb Evain <jbevain@novell.com>
[mono.git]
/
mono
/
tests
/
bug-81691-b.cs
blob
7fc773337ca683257dc273df1d47d410e3564573
1
namespace
NS
.
B
2
{
3
public class
TestB
4
{
5
private static readonly
NS
.
A
.
TestA testb
=
new
NS
.
A
.
TestA
();
6
7
public
TestB
()
8
{
9
if
(
testb
==
null
) {
10
}
11
}
12
}
13
}