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-6.cs
blob
b22cba4bb0029cb41f794476166700b26406d600
1
// CS1525: Unexpected symbol `}', expecting `)' or `,'
2
// Line: 7
3
4
class
X
{
5
static void
Main
()
6
{
7
Console
.
WriteLine
(
"Hola"
8
}
9
}