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
/
CS1685-2-lib.cs
blob
c195887ef020e8f602d952792fecd2b326e2fead
1
// Compiler options: -noconfig
2
3
namespace
System
.
Runtime
.
CompilerServices
4
{
5
public class
ExtensionAttribute
:
System
.
Attribute
6
{
7
}
8
}