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
[mono/tests] Fix out of tree build.
[mono-project.git]
/
mcs
/
tests
/
test-921.cs
blob
166bfb13b0457e009a53d33a1f262fd84263abb9
1
// Compiler options: -r:test-921-lib.dll
2
3
using
Reference
;
4
5
class
A
6
{
7
void
Foo
(
IA a
)
8
{
9
IB b
=
a
.
Equals
;
10
}
11
12
public static void
Main
()
13
{
14
}
15
}