repo.or.cz
/
mono-project
/
dkf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-02-10 Jeffrey Stedfast <fejj@novell.com>
[mono-project/dkf.git]
/
mcs
/
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
}