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
[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git]
/
mcs
/
errors
/
cs1525-21.cs
blob
c5b16c3f66e5fc33888924116507efe99a52fbb3
1
// CS1525: Unexpected symbol `}'
2
// Line: 10
3
4
class
MainClass
5
{
6
public static void
Main
(
string
[]
args
)
7
{
8
foreach
(
int
i
in
myints
)
9
10
}
11
}