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
/
cs1525-38.cs
blob
3da2cf6be2f041303362b97a18757b2c14283935
1
// CS1525: Unexpected symbol `}', expecting `in'
2
// Line: 8
3
4
class
C
5
{
6
public static void
Main
()
7
{
8
foreach
(
var
a
9
}
10
}