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
2010-04-15 Rodrigo Kumpera <rkumpera@novell.com>
[mono-project.git]
/
mcs
/
errors
/
gcs1525-3.cs
blob
d183dbab112a0f1781886ca1748215f36c73441d
1
// CS1525: Unexpected symbol `)', expecting `identifier'
2
// Line: 8
3
4
class
C
5
{
6
public static void
Main
()
7
{
8
object
o
= (
int
) =>
null
;
9
}
10
}