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
[metadata] Use MONO_PROFILER_API on MonoClass getters in checked builds (#20440)
[mono-project.git]
/
mcs
/
errors
/
cs1001-6.cs
blob
5887be2e8abc31dbe1a139f370bda6c3bac9275e
1
// CS1001: Unexpected symbol `,', expecting identifier
2
// Line: 6
3
4
public class
MonoRuntime
5
{
6
public static void
Main
(
A
,
B
)
7
{
8
}
9
}