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
update readme (#21797)
[mono-project.git]
/
mcs
/
errors
/
cs1525-56.cs
blob
c2b50876014a55fb1773ecc43819a02f7012335a
1
// CS1525: Unexpected symbol `string', expecting `,' or `]'
2
// Line: 5
3
4
public class
TestApp
{
5
static void
Main
([
MarshalAs
(
UnmanagedType
.
LPStr
)
string
[]
args
)
6
{
7
}
8
}