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
Merge pull request #15293 from lewing/wasm-clean
[mono-project.git]
/
mcs
/
tests
/
gtest-591.cs
blob
fd0bae013d3a993bbff334299d9fc5913c869a61
1
// Compiler options: -r:gtest-591-lib.dll
2
3
using
System
;
4
5
public class
E
6
{
7
public
System
.
Collections
.
Generic
.
Dictionary
<
int
,
A
.
B
<
int
>.
C
>
F
;
8
public static void
Main
()
9
{
10
var
e
=
new
E
();
11
Console
.
WriteLine
(
e
.
F
);
12
}
13
}