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
[mono/tests] Fix out of tree build.
[mono-project.git]
/
mcs
/
tests
/
test-656-lib.cs
blob
3a76bb854573605c8dd4c733e73d095ad4abda31
1
// Compiler options: -target:library
2
3
public class
Foo
4
{
5
public string this
[
params string
[]
types
]
{ get { return ""; }}
6
}