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
add monotouch sources file
[mcs.git]
/
errors
/
cs0432-2.cs
blob
42b49a0e7e43529f3a29b54d27a686fee8d304e9
1
// cs0432-2.cs: Alias `fool' not found
2
// Line: 9
3
4
class
fool { }
5
6
class
X
{
7
static void
Main
()
8
{
9
fool
::
Console
.
WriteLine
(
"hello"
);
10
}
11
}