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
[sdks] Fix README.md
[mono-project.git]
/
mcs
/
tests
/
test-761-lib.cs
blob
0a2349f06a92f1c2a5bf19b38bb3fb455464fbc5
1
// Compiler options: -t:library
2
3
using
System
;
4
5
public class
DerivedAttribute
:
BaseAttribute
{}
6
7
[
AttributeUsage
(
AttributeTargets
.
Property
,
AllowMultiple
=
true
)]
8
public class
BaseAttribute
:
System
.
Attribute
{}