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
Merge pull request #3806 from BrzVlad/feature-parallel-gc-final
[mono-project.git]
/
mcs
/
errors
/
cs1001-5.cs
blob
4e7051208e7c5d6677873ae538941c7c5098bab4
1
// CS1001: Unexpected symbol `}', expecting identifier
2
// Line: 6
3
4
public class
Foo
5
{
6
public event
System
.
Collections
.
Generic
.
IList
<
int
>
7
}