repo.or.cz
/
mcs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add test to confirm behavior of Control.SetVisibleCore, and remove some redundant...
[mcs.git]
/
tests
/
gtest-058.cs
blob
63a213bb9ad37824ddd813f2a905b48874b8b6a7
1
class
Foo
{
2
static void
Main
() {}
3
}
4
5
class
Foo
<
T
> {
6
static
Foo
<
T
>
x
;
7
static
Foo
<
T
>
Blah { get { return x; }
}
8
}