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
2009-02-15 Jonathan Chambers <joncham@gmail.com>
[mcs.git]
/
tests
/
test-410-lib.cs
blob
82eb4bb1c8b2f9bce2426b3007c5e1d3d9302198
1
// Compiler options: -t:library
2
3
namespace
Q
{
4
public class
A
{
5
public static new string
ToString
() {
6
return
"Hello world!"
;
7
}
8
}
9
}