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
[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git]
/
mcs
/
errors
/
cs1525-51.cs
blob
23f7af21ac9c4abd057e13e30241e4d3efdbff2b
1
// CS1525: Unexpected symbol `('
2
// Line: 8
3
4
public class
FooTest
5
{
6
public void
TestFoo
()
7
{
8
Foo
(() =>
"A"
9
() =>
"B"
);
10
}
11
}