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
/
cs0509-4.cs
blob
d40c7f34a374af16a9d5683e941a1541aef70566
1
// CS0509: `A': cannot derive from sealed type `System.Action'
2
// Line: 4
3
4
class
A
:
System
.
Action
5
{
6
}