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
[interp] Reduce computation under calc_section mutex
[mono-project.git]
/
mcs
/
tests
/
gtest-248.cs
blob
b1a229e569d95deff1c9b6431fd9d92fcff2c1c6
1
using
System
;
2
3
public class
Foo
<
T
>
4
{ }
5
6
class
X
7
{
8
static bool
Test
(
object
o
)
9
{
10
return
o
is
Foo
<
int
> ?
true
:
false
;
11
}
12
13
public static void
Main
()
14
{ }
15
}