repo.or.cz
/
mono-debugger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-03-11 Zoltan Varga <vargaz@gmail.com>
[mono-debugger.git]
/
mono
/
tests
/
bug-333798.2.cs
blob
7c5b4456525c3a14149be4205260b2caf329eb79
1
public class
Gen
<
T
> {
2
public static
Gen
<
T
>[]
newSelfArr
() {
3
return null
;
4
}
5
}
6
7
public class
main
{
8
public static void
Main
() {
9
Gen
<
int
>.
newSelfArr
();
10
}
11
}