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
2008-08-31 Zoltan Varga <vargaz@gmail.com>
[mcs.git]
/
tests
/
test-656.cs
blob
26c7e86efb71b387c00ae3692a553e670401683f
1
// Compiler options: -r:test-656-lib.dll;
2
3
// Trailing semicolon is part of the test
4
5
class
Goo
6
{
7
static void
Main
()
8
{
9
string
s
=
new
Foo
() [
"foo"
];
10
}
11
}