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 #1525 from akoeplinger/fix-dynamicdata-test
[mono-project.git]
/
mcs
/
errors
/
cs1525-43.cs
blob
a43ae1ddb0a15e83038a8540e29d0e3e6f0dcf68
1
// CS1525: Unexpected symbol `)', expecting `[', `out', `params', `ref', `this', or `type'
2
// Line: 6
3
4
class
TestClass
5
{
6
TestClass
([
attr
])
7
{
8
}
9
}