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-166.cs
blob
693ebe8ea208671c06aa24065265d534292d131a
1
// Compiler options: -r:gtest-166-lib.dll
2
3
using
System
;
4
5
public class
Foo
6
{
7
public static void
Main
()
8
{
9
Comparison
<
TestClass
.
A
<
TestClass
.
Nested
>>
b
=
TestClass
.
B
.
Compare
;
10
}
11
}