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
[build] Fix warning (#4177)
[mono-project.git]
/
mcs
/
tests
/
test-466.cs
blob
94365cd1a013f87bbc1d65eef3d19ab9ae555ed6
1
// Compiler options: -r:test-466-lib.dll
2
3
namespace
A
.
X
4
{
5
using
A
.
B
;
6
7
class
Test
8
{
9
public static void
Main
()
10
{
11
C c
=
new
C
();
12
c
.
Foo
();
13
}
14
}
15
}