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
update readme (#21797)
[mono-project.git]
/
mcs
/
tests
/
gtest-581.cs
blob
5021792e79f9130516a614be6a8009713c92adff
1
// Compiler options: -r:gtest-581-lib.dll
2
3
class
Program
4
{
5
static void
Main
()
6
{
7
var
f1
= (
IA
<
A
>)
new
C
();
8
var
f2
= (
IA
<
B
>)
new
C
();
9
var
f3
= (
IB
<
A
>)
new
C
();
10
var
f4
= (
IB
<
C
>)
new
C
();
11
}
12
}