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 #1821 from iainx/replace-getline
[mono-project.git]
/
mcs
/
errors
/
cs1525-42.cs
blob
dc8b7ce4da0f2ae64648fe8c2c5d2f76720adb5f
1
// CS1525: Unexpected symbol `}', expecting `(', `{', or `=>'
2
// Line: 6
3
4
class
MyClass
5
{
6
void
a
<
T
>
7
}