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] Fall back to old implementation when calling on proxy
[mono-project.git]
/
mcs
/
tests
/
test-528.cs
blob
83878c41e78438f13d063402e2bc87ef7c56fb25
1
using
System
;
2
3
namespace
MicroFocus
.
MONO
.
Bugs
4
{
5
public class
Odd
6
{
7
private static readonly
Type
[]
_argTypes
=
{ typeof(object[]) }
;
8
9
public static void
Main
()
10
{
11
}
12
}
13
}