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
[corlib] Simplify RuntimeInformation by getting OS name from the runtime (#13164)
[mono-project.git]
/
mcs
/
errors
/
cs1525-17.cs
blob
34a8039841dffa57ab4242340018669b83d48a31
1
// CS1525: Unexpected symbol `:', expecting `,', `;', or `='
2
// Line: 7
3
4
class
X
{
5
public static void
Main
()
6
{
7
int
myarray
:;
8
}
9
}