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
for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git]
/
mcs
/
errors
/
cs1525-41.cs
blob
b864562f878a1a25865cda3d5608fa6e7ae8d4a9
1
// CS1525: Unexpected symbol `{', expecting `:'
2
// Line: 6
3
4
class
MyClass
5
{
6
void
a
<
T
> ()
where T
7
{
8
}
9
}